RCRTCCustomLayout Class Reference

Inherits from NSObject
Declared in RCRTCCustomLayout.h

  videoStream

要混合布局的流,必须为视频流

@property (nonatomic, strong, nullable) RCRTCStream *videoStream

Discussion

要混合布局的流,必须为视频流

Declared In

RCRTCCustomLayout.h

  y

混流图层坐标的 y 值

@property (nonatomic, assign) NSInteger y

Discussion

混流图层坐标的 y 值

Declared In

RCRTCCustomLayout.h

  x

混流图层坐标的 x 值

@property (nonatomic, assign) NSInteger x

Discussion

混流图层坐标的 x 值

Declared In

RCRTCCustomLayout.h

  width

视频流的宽

@property (nonatomic, assign) NSInteger width

Discussion

视频流的宽

Declared In

RCRTCCustomLayout.h

  height

视频流的高

@property (nonatomic, assign) NSInteger height

Discussion

视频流的高

Declared In

RCRTCCustomLayout.h