Go to the source code of this file.
◆ AgoraMusicContentCenterPreloadStatus
The status of preload request
Enumerator |
---|
AgoraMusicContentCenterPreloadStatusOK | 0: No error occurs and preload succeeds.
|
AgoraMusicContentCenterPreloadStatusError | 1: A general error occurs.
|
AgoraMusicContentCenterPreloadStatusPreloading | 2: The media file is preloading.
|
AgoraMusicContentCenterPreloadStatusRemoveCache | 3: The media file is removed.
|
◆ AgoraMusicContentCenterStatusCode
the status of search or get top list request
Enumerator |
---|
AgoraMusicContentCenterStatusCodeOK | 0: No error occurs and request succeeds.
|
AgoraMusicContentCenterStatusCodeError | 1: The gateway error. There are several possible reasons:
- Token is expired. Check if your token is expired.
- Token is invalid. Check the type of token you passed in.
- Network error. Check your network.
|
AgoraMusicContentCenterStatusCodeErrorGateway | 2: The gateway error. There are several possible reasons:
- Token is expired. Check if your token is expired.
- Token is invalid. Check the type of token you passed in.
- Network error. Check your network.
|
AgoraMusicContentCenterStatusCodeErrorPermissionAndResource | 3: Permission and resource error. There are several possible reasons:
- Your appid may not have the mcc permission. Please contact technical support
- The resource may not exist. Please contact technical support
|
AgoraMusicContentCenterStatusCodeErrorInternalDataParse | 4: Internal data parse error. Please contact technical support
|
AgoraMusicContentCenterStatusCodeErrorMusicLoading | 5: Music loading error. Please contact technical support
|
AgoraMusicContentCenterStatusCodeErrorMusicDecryption | 6: Music decryption error. Please contact technical support
|
◆ AgoraMusicCacheStatusType
Enumerator |
---|
AgoraMusicCacheStatusTypeCached | 0: The media file is already cached.
|
AgoraMusicCacheStatusTypeCaching | 1: The media file is being cached.
|