Agora Java API Reference for Android
|
Public Member Functions | |
int | getValue () |
Static Public Member Functions | |
static AgoraRteSourceType | valueOf (int v) |
Public Attributes | |
TYPE_NONE =(0) | |
TYPE_AUDIO_MICROPHONE =(1) | |
TYPE_AUDIO_CUSTOM =(2) | |
TYPE_AUDIO_WRAPPER =(3) | |
TYPE_VIDEO_CAMERA =(4) | |
TYPE_VIDEO_CUSTOM =(5) | |
TYPE_VIDEO_MIX =(6) | |
TYPE_VIDEO_SCREEN =(7) | |
TYPE_VIDEO_WRAPPER =(8) | |
int | value |
io.agora.rte.media.AgoraRteSourceType.TYPE_NONE =(0) |
No source type is assigned, default value
io.agora.rte.media.AgoraRteSourceType.TYPE_AUDIO_MICROPHONE =(1) |
The track for audio from microphone
io.agora.rte.media.AgoraRteSourceType.TYPE_AUDIO_CUSTOM =(2) |
The track is for audio from customized data
io.agora.rte.media.AgoraRteSourceType.TYPE_AUDIO_WRAPPER =(3) |
The track is for audio from RTC track , this type helps to operator RTC audio track through RTE interface
io.agora.rte.media.AgoraRteSourceType.TYPE_VIDEO_CAMERA =(4) |
The track is for video from camera
io.agora.rte.media.AgoraRteSourceType.TYPE_VIDEO_CUSTOM =(5) |
The track is for video from customized data
io.agora.rte.media.AgoraRteSourceType.TYPE_VIDEO_MIX =(6) |
The track is for mixing video from several video tracks
io.agora.rte.media.AgoraRteSourceType.TYPE_VIDEO_SCREEN =(7) |
The track is for video from screen
io.agora.rte.media.AgoraRteSourceType.TYPE_VIDEO_WRAPPER =(8) |
The track is for video from RTC track , this type helps to operator RTC audio track through RTE interface