Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
MobileRTCVideoUnitRenderInfo.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import android.graphics.Color;
4import android.text.TextPaint;
5
12
15 public boolean is_username_visible = false;
16
18 public boolean is_border_visible = false;
19
21 public boolean is_show_audio_off = false;
22
24 public int background_color = Color.BLACK;
25
31
33 public int username_left_margin = 0;
34
36 public int username_bottom_margin = 0;
37
42 public int border_color = Color.TRANSPARENT;
43
45 public int border_width = 2;
46
53 public TextPaint username_textpaint;
54
56 public int corner_radius;
57
60
65 public boolean enableGalleryMode = false;
66
67
78
80 super(0, 0, 0, 0);
81 }
82
83
84
85}
MobileRTCRenderInfo(int xPercent, int yPercent, int widthPercent, int heightPercent)
boolean enableGalleryMode
Set attendee render to use gallery mode. this will force subscribe 90P video and ignore the view heig...
MobileRTCVideoUnitRenderInfo(int xPercent, int yPercent, int widthPercent, int heightPercent)
int aspect_mode
Set video unit aspect mode defined in MobileRTCVideoUnitAspectMode class. Default value: original.
int border_color
video border on video unit. Take effect when MobileRTCVideoUnitRenderInfo.is_border_visible is true.
TextPaint username_textpaint
TextPaint for user name. TextPaint TextPaint.bgColor for user name background color....