|
Agora Java API Reference for Android
|
Public Member Functions | |
| int | getValue () |
Public Attributes | |
| PREFER_LOW_LATENCY =(0) | |
| PREFER_QUALITY =(1) | |
Video COMPRESSION PREFERENCE.
| io.agora.rtc2.video.VideoEncoderConfiguration.COMPRESSION_PREFERENCE.PREFER_LOW_LATENCY =(0) |
Prefer low latency, it is default behavior, normally in real-time communication, latency is the first priority.
| io.agora.rtc2.video.VideoEncoderConfiguration.COMPRESSION_PREFERENCE.PREFER_QUALITY =(1) |
Prefer quality in sacrifice of a degree of latency, usually around 30ms ~ 150ms, depends target fps
1.8.18