public static class RCRTCMixConfig.CustomLayoutList.CustomLayout extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
限定符和类型 | 字段和说明 |
---|---|
static Parcelable.Creator<RCRTCMixConfig.CustomLayoutList.CustomLayout> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
限定符 | 构造器和说明 |
---|---|
|
CustomLayout() |
protected |
CustomLayout(Parcel in) |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
int |
getHeight()
获取图层的高度
|
String |
getStreamId() |
String |
getUserId() |
int |
getWidth()
获取图层的宽度
|
int |
getX()
获取图层起始位置 x 坐标
|
int |
getY()
获取图层起始位置 y 坐标
|
void |
setHeight(int height)
设置图层的高度
|
void |
setVideoStream(RCRTCStream stream)
要混合布局的流,必须为视频流
|
void |
setWidth(int width)
设置图层的宽度
|
void |
setX(int x)
设置图层起始位置 x 坐标
|
void |
setY(int y)
设置图层起始位置 y 坐标
|
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<RCRTCMixConfig.CustomLayoutList.CustomLayout> CREATOR
public CustomLayout()
protected CustomLayout(Parcel in)
public String getUserId()
public String getStreamId()
public void setVideoStream(RCRTCStream stream)
stream
- Stream.mediaType 必须是RCRTCMediaType.VIDEO
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public int describeContents()
describeContents
在接口中 Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
在接口中 Parcelable