createMusicPlayer
Creates a music player.
public abstract IAgoraMusicPlayer createMusicPlayer();
If you need to play music resources from the music content center, you must call this method first.
Return Values
- The IAgoraMusicPlayer object, if the method call succeeds.
null, if the method call fails.