Agora Java API Reference for Android
|
AgoraRteCameraVideoTrack io.agora.rte.media.AgoraRteMediaFactory.createCameraVideoTrack | ( | ) |
Create a camera video track, the track will use camera as video source.
AgoraRteScreenVideoTrack io.agora.rte.media.AgoraRteMediaFactory.createScreenVideoTrack | ( | ) |
Create a screen video track, the track will use screen as video source.
AgoraRteMixedVideoTrack io.agora.rte.media.AgoraRteMediaFactory.createMixedVideoTrack | ( | ) |
Create a mixed video track, the track will mix video sources from other tracks into single video source. Check
AgoraRteCustomVideoTrack io.agora.rte.media.AgoraRteMediaFactory.createCustomVideoTrack | ( | ) |
Create a custom video track, the track will use customized data as video source
AgoraRteMicrophoneAudioTrack io.agora.rte.media.AgoraRteMediaFactory.createMicrophoneAudioTrack | ( | ) |
Create a microphone audio track, the track will use microphone as audio source.
AgoraRteCustomAudioTrack io.agora.rte.media.AgoraRteMediaFactory.createCustomAudioTrack | ( | ) |
Create a custom audio track, the track will use customized data as audio source
AgoraRteMediaPlayer io.agora.rte.media.AgoraRteMediaFactory.createMediaPlayer | ( | ) |
Create a media player.
AgoraRteStreamingSource io.agora.rte.media.AgoraRteMediaFactory.createStreamingSource | ( | ) |
Create a streaming source.