My IMP(低代码音视频工厂)SDK v1.5.0
IMP SDK API Reference Manual for Android Platforms
com.aliyun.roompaas.rtc.exposable.RTCBypassPeerVideoConfig Class Reference

Public Member Functions

 RTCBypassPeerVideoConfig (float x, float y, float width, float height, int zOrder, String userId)
 
float getX ()
 
float getY ()
 
float getWidth ()
 
float getHeight ()
 
int getZOrder ()
 
String getUserId ()
 
String toString ()
 

Public Attributes

float x = 0.0F
 
float y = 0.0F
 
float width = 0.0F
 
float height = 0.0F
 
int zOrder = 0
 
String userId = ""
 

Member Data Documentation

◆ height

float com.aliyun.roompaas.rtc.exposable.RTCBypassPeerVideoConfig.height = 0.0F

必填,格子高,归一化后的百分比值

◆ width

float com.aliyun.roompaas.rtc.exposable.RTCBypassPeerVideoConfig.width = 0.0F

必填,格子宽,归一化后的百分比值

◆ x

float com.aliyun.roompaas.rtc.exposable.RTCBypassPeerVideoConfig.x = 0.0F

必填,格子左上角x坐标,归一化后的百分比值, 举例:对于宽为720像素,x=0.1,代表左上角x坐标为720*0.1=72像素

◆ y

float com.aliyun.roompaas.rtc.exposable.RTCBypassPeerVideoConfig.y = 0.0F

必填,格子左上角y坐标,归一化后的百分比值

◆ zOrder

int com.aliyun.roompaas.rtc.exposable.RTCBypassPeerVideoConfig.zOrder = 0

必填,格子zOrder,值越大,越在上面


The documentation for this class was generated from the following file: