Agora Java API Reference for Android
|
Public Member Functions | |
int | getValue () |
Public Attributes | |
MAINTAIN_QUALITY =(0) | |
MAINTAIN_FRAMERATE =(1) | |
MAINTAIN_BALANCED =(2) | |
The video encoding degradation preference under limited bandwidth.
io.agora.rtc.video.VideoEncoderConfiguration.DEGRADATION_PREFERENCE.MAINTAIN_QUALITY =(0) |
0: (Default) Degrades the frame rate to maintain the video quality.
io.agora.rtc.video.VideoEncoderConfiguration.DEGRADATION_PREFERENCE.MAINTAIN_FRAMERATE =(1) |
1: Degrades the video quality to maintain the frame rate.
io.agora.rtc.video.VideoEncoderConfiguration.DEGRADATION_PREFERENCE.MAINTAIN_BALANCED =(2) |
2: (For future use) Maintains a balance between the frame rate and video quality.