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
9
public
final
static
int
VIDEO_ASPECT_ORIGINAL
= 0;
10
12
public
final
static
int
VIDEO_ASPECT_FULL_FILLED
= 1;
13
15
public
final
static
int
VIDEO_ASPECT_LETTER_BOX
= 2;
16
18
public
final
static
int
VIDEO_ASPECT_PAN_AND_SCAN
= 3;
19
21
public
final
static
int
VIDEO_ASPECT_TRUSTEE
= 4;
22
}
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:18
us.zoom.sdk.MobileRTCVideoUnitAspectMode.VIDEO_ASPECT_FULL_FILLED
static final int VIDEO_ASPECT_FULL_FILLED
Definition
MobileRTCVideoUnitAspectMode.java:12
us.zoom.sdk.MobileRTCVideoUnitAspectMode.VIDEO_ASPECT_LETTER_BOX
static final int VIDEO_ASPECT_LETTER_BOX
Definition
MobileRTCVideoUnitAspectMode.java:15
us.zoom.sdk.MobileRTCVideoUnitAspectMode.VIDEO_ASPECT_ORIGINAL
static final int VIDEO_ASPECT_ORIGINAL
Definition
MobileRTCVideoUnitAspectMode.java:9
us.zoom.sdk.MobileRTCVideoUnitAspectMode.VIDEO_ASPECT_TRUSTEE
static final int VIDEO_ASPECT_TRUSTEE
Definition
MobileRTCVideoUnitAspectMode.java:21
msdk
sdk
MobileRTCVideoUnitAspectMode.java
Generated by
1.16.1