|
long | getDuration () |
|
AgoraRteMediaStreamType | getStreamType () |
|
int | getAudioBitsPerSample () |
|
int | getAudioChannels () |
|
int | getStreamIndex () |
|
int | getAudioSampleRate () |
|
int | getVideoBitRate () |
|
int | getVideoFrameRate () |
|
int | getVideoHeight () |
|
int | getVideoRotation () |
|
int | getVideoWidth () |
|
String | getCodecName () |
|
String | getLanguage () |
|
void | setVideoWidth (int videoWidth) |
|
void | setVideoHeight (int videoHeight) |
|
void | setDuration (long duration) |
|
void | setAudioBitsPerSample (int audioBitsPerSample) |
|
void | setAudioChannels (int audioChannels) |
|
void | setAudioSampleRate (int audioSampleRate) |
|
void | setCodecName (String codecName) |
|
void | setLanguage (String language) |
|
void | setStreamIndex (int streamIndex) |
|
void | setStreamType (AgoraRteMediaStreamType streamType) |
|
void | setVideoBitRate (int videoBitRate) |
|
void | setVideoFrameRate (int videoFrameRate) |
|
void | setVideoRotation (int videoRotation) |
|