|
Agora Java API Reference for Android
|
The type of the media stream. More...
Static Public Member Functions | |
| static int | getValue (MediaStreamType type) |
Public Attributes | |
| STREAM_TYPE_UNKNOWN =(0) | |
| STREAM_TYPE_VIDEO =(1) | |
| STREAM_TYPE_AUDIO =(2) | |
| STREAM_TYPE_SUBTITLE =(3) | |
The type of the media stream.
| io.agora.mediaplayer.Constants.MediaStreamType.STREAM_TYPE_UNKNOWN =(0) |
0: The type is unknown.
| io.agora.mediaplayer.Constants.MediaStreamType.STREAM_TYPE_VIDEO =(1) |
1: The video stream.
| io.agora.mediaplayer.Constants.MediaStreamType.STREAM_TYPE_AUDIO =(2) |
2: The audio stream.
| io.agora.mediaplayer.Constants.MediaStreamType.STREAM_TYPE_SUBTITLE =(3) |
3: The subtitle stream.
1.8.18