RCRTCCustomLayout Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | RCRTCCustomLayout.h |
videoStream
要混合布局的流,必须为视频流
@property (nonatomic, strong, nullable) RCRTCStream *videoStreamDiscussion
要混合布局的流,必须为视频流
Declared In
RCRTCCustomLayout.h
y
混流图层坐标的 y 值
@property (nonatomic, assign) NSInteger yDiscussion
混流图层坐标的 y 值
Declared In
RCRTCCustomLayout.h
x
混流图层坐标的 x 值
@property (nonatomic, assign) NSInteger xDiscussion
混流图层坐标的 x 值
Declared In
RCRTCCustomLayout.h
width
视频流的宽
@property (nonatomic, assign) NSInteger widthDiscussion
视频流的宽
Declared In
RCRTCCustomLayout.h
height
视频流的高
@property (nonatomic, assign) NSInteger heightDiscussion
视频流的高
Declared In
RCRTCCustomLayout.h