Agora Java API Reference for Android
|
Public Member Functions | |
abstract int | setLayout (AgoraRteLayoutConfig layoutConfigs) |
abstract AgoraRteLayoutConfig | getLayout () |
abstract int | addTrack (AgoraRteVideoTrack track) |
abstract int | removeTrack (AgoraRteVideoTrack track) |
abstract int | addMediaPlayer (AgoraRteMediaPlayer mediaPlayer) |
abstract int | removeMediaPlayer (AgoraRteMediaPlayer mediaPlayer) |
Protected Member Functions | |
AgoraRteMixedVideoTrack (long nativeHandle) | |
|
abstract |
Sets the layout for the mixed video track.
layoutConfigs | layoutConfigs Configurations for the layout. |
|
abstract |
Gets the layout for the mixed video track.
|
abstract |
Adds a video track to the mixed video track.
track | IAgoraRteVideoTrack |
|
abstract |
Removes a video track from the mixed video track.
track | IAgoraRteVideoTrack |
|
abstract |
Adds a media player to the mixed video track. Note that only audio frame from the media player will be added into mixed track.
mediaPlayer | IAgoraRteMediaPlayer. |
|
abstract |
Removes a media player from the mixed video track.
mediaPlayer | IAgoraRteMediaPlayer. |