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
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}