Declaration
public MusicClip.ErrorCode GetCurrentMusicErrorCode()
Description
Gets the error code of the currently playing music.
Enumeration of error code MusicClip.ErrorCode
MusicClip.ErrorCode | Meaning |
---|---|
ErrorCode_NoError | No errors |
ErrorCode_Buildin_Null | The built-in music is empty. |
ErrorCode_URL_Error | Failed to download or read the network music |
ErrorCode_Unknown | Other unknown errors |