Package im.zego.zegoexpress.internal
Class ZegoCopyrightedMusicJniCallback
- java.lang.Object
-
- im.zego.zegoexpress.internal.ZegoCopyrightedMusicJniCallback
-
public class ZegoCopyrightedMusicJniCallback extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ZegoCopyrightedMusicJniCallback()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
onCurrentPitchValueUpdate(java.lang.String resourceID, int currentDuration, int pitchValue)
static void
onDownloadCallback(int seq, int errorCode)
static void
onDownloadProgressUpdate(java.lang.String resourceID, float progressRate)
static void
onGetKrcLyricByTokenCallback(int seq, int errorCode, java.lang.String lyrics)
static void
onGetLrcLyricCallback(int seq, int errorCode, java.lang.String lyrics)
static void
onGetMusicByTokenCallback(int seq, int errorCode, java.lang.String resourceID)
static void
onGetSharedResourceCallback(int seq, int errorCode, java.lang.String resourceID)
static void
onGetStandardPitchCallback(int seq, int errorCode, java.lang.String pitch)
static void
onInitCallback(int seq, int errorCode)
static void
onRequestAccompanimentCallback(int seq, int errorCode, java.lang.String resourceID)
static void
onRequestAccompanimentClipCallback(int seq, int errorCode, java.lang.String resourceID)
static void
onRequestResourceCallback(int seq, int errorCode, java.lang.String resourceID)
static void
onRequestSongCallback(int seq, int errorCode, java.lang.String resourceID)
static void
onSendExtendedRequestCallback(int seq, int errorCode, java.lang.String command, java.lang.String result)
-
-
-
Method Detail
-
onDownloadProgressUpdate
public static void onDownloadProgressUpdate(java.lang.String resourceID, float progressRate)
-
onCurrentPitchValueUpdate
public static void onCurrentPitchValueUpdate(java.lang.String resourceID, int currentDuration, int pitchValue)
-
onInitCallback
public static void onInitCallback(int seq, int errorCode)
-
onSendExtendedRequestCallback
public static void onSendExtendedRequestCallback(int seq, int errorCode, java.lang.String command, java.lang.String result)
-
onGetLrcLyricCallback
public static void onGetLrcLyricCallback(int seq, int errorCode, java.lang.String lyrics)
-
onGetKrcLyricByTokenCallback
public static void onGetKrcLyricByTokenCallback(int seq, int errorCode, java.lang.String lyrics)
-
onRequestSongCallback
public static void onRequestSongCallback(int seq, int errorCode, java.lang.String resourceID)
-
onRequestAccompanimentCallback
public static void onRequestAccompanimentCallback(int seq, int errorCode, java.lang.String resourceID)
-
onRequestAccompanimentClipCallback
public static void onRequestAccompanimentClipCallback(int seq, int errorCode, java.lang.String resourceID)
-
onGetMusicByTokenCallback
public static void onGetMusicByTokenCallback(int seq, int errorCode, java.lang.String resourceID)
-
onRequestResourceCallback
public static void onRequestResourceCallback(int seq, int errorCode, java.lang.String resourceID)
-
onGetSharedResourceCallback
public static void onGetSharedResourceCallback(int seq, int errorCode, java.lang.String resourceID)
-
onDownloadCallback
public static void onDownloadCallback(int seq, int errorCode)
-
onGetStandardPitchCallback
public static void onGetStandardPitchCallback(int seq, int errorCode, java.lang.String pitch)
-
-