Agora Java API Reference for Android
|
Static Public Member Functions | |
static int | getValue (VideoRenderMode type) |
static VideoRenderMode | fromInt (int v) |
Public Attributes | |
HIDDEN =(0) | |
FIT =(1) | |
Render mode
io.agora.rte.Constants.VideoRenderMode.HIDDEN =(0) |
0: The hidden mode will fill the entire view. Parts of the image that exceed the view will be cropped.
io.agora.rte.Constants.VideoRenderMode.FIT =(1) |
1: The fit mode will render the entire image within the view.