Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
MobileRTCVideoUnitAspectMode.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
6
public
interface
MobileRTCVideoUnitAspectMode
{
7
11
public
final
static
int
VIDEO_ASPECT_ORIGINAL
= 0;
12
16
public
final
static
int
VIDEO_ASPECT_FULL_FILLED
= 1;
17
21
public
final
static
int
VIDEO_ASPECT_LETTER_BOX
= 2;
22
26
public
final
static
int
VIDEO_ASPECT_PAN_AND_SCAN
= 3;
27
31
public
final
static
int
VIDEO_ASPECT_TRUSTEE
= 4;
32
}
us.zoom.sdk.MobileRTCVideoUnitAspectMode
Enumeration of video aspect modes.
Definition
MobileRTCVideoUnitAspectMode.java:6
us.zoom.sdk.MobileRTCVideoUnitAspectMode.VIDEO_ASPECT_PAN_AND_SCAN
static final int VIDEO_ASPECT_PAN_AND_SCAN
Definition
MobileRTCVideoUnitAspectMode.java:26
us.zoom.sdk.MobileRTCVideoUnitAspectMode.VIDEO_ASPECT_FULL_FILLED
static final int VIDEO_ASPECT_FULL_FILLED
Definition
MobileRTCVideoUnitAspectMode.java:16
us.zoom.sdk.MobileRTCVideoUnitAspectMode.VIDEO_ASPECT_LETTER_BOX
static final int VIDEO_ASPECT_LETTER_BOX
Definition
MobileRTCVideoUnitAspectMode.java:21
us.zoom.sdk.MobileRTCVideoUnitAspectMode.VIDEO_ASPECT_ORIGINAL
static final int VIDEO_ASPECT_ORIGINAL
Definition
MobileRTCVideoUnitAspectMode.java:11
us.zoom.sdk.MobileRTCVideoUnitAspectMode.VIDEO_ASPECT_TRUSTEE
static final int VIDEO_ASPECT_TRUSTEE
Definition
MobileRTCVideoUnitAspectMode.java:31
sdk
MobileRTCVideoUnitAspectMode.java
Generated by
1.12.0