3import android.graphics.Color;
4import android.text.TextPaint;
Render information of ZOOM video view unit: location and size.
Render information of meeting video unit.
int username_corner_radius
user name round corner radius. unit px
boolean is_show_audio_off
Set whether to display user's audio status on video unit. Default value: false.
int username_left_margin
The distance of the username from the left side of the video.
int corner_radius
Video render round corner radius. unit px.
boolean is_username_visible
Set whether to display user's name on video unit. Default value: false.
int border_width
video border width.default 2px
boolean enableGalleryMode
Set attendee render to use gallery mode. this will force subscribe 90P video and ignore the view heig...
boolean is_border_visible
Set whether to display video border on video unit. Default value: false.
MobileRTCVideoUnitRenderInfo(int xPercent, int yPercent, int widthPercent, int heightPercent)
MobileRTCVideoUnitRenderInfo()
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.
int background_color
Set the background color of video unit. Default value: black.
TextPaint username_textpaint
TextPaint for user name. TextPaint TextPaint.bgColor for user name background color....
int username_bottom_margin
The distance of the username from the bottom side of the video.
Enumeration of video aspect modes.
static final int VIDEO_ASPECT_ORIGINAL