Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
MobileRTCVideoUnitAspectMode.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
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}