|
Agora Java API Reference for Android
|
Information related to the media file to be played and the playback scenario configurations. More...
Public Member Functions | |
| String | getUrl () |
| String | getUri () |
| long | getStartPos () |
| boolean | isEnableCache () |
| boolean | isEnableMultiAudioTrack () |
| void | setUrl (String url) |
| void | setUri (String uri) |
| void | setStartPos (long startPos) |
| void | setEnableCache (boolean enableCache) |
| void | setEnableMultiAudioTrack (boolean enableMultiAudioTrack) |
| void | setAutoPlay (boolean autoPlay) |
| boolean | isAutoPlay () |
| Boolean | isAgoraSource () |
| Boolean | isLiveSource () |
| void | enableAgoraSource (boolean isAgoraSource) |
| void | enableLiveSource (boolean isLiveSource) |
| IMediaPlayerCustomDataProvider | getProvider () |
| void | setProvider (IMediaPlayerCustomDataProvider provider) |
| String | toString () |
Information related to the media file to be played and the playback scenario configurations.
1.8.18