RCRTCVideoConfig Class Reference

Inherits from NSObject
Declared in RCRTCVideoConfig.h

  videoLayout

视频大流配置

@property (nonatomic, strong) RCRTCVideoLayout *videoLayout

Discussion

视频大流配置

Declared In

RCRTCVideoConfig.h

  tinyVideoLayout

视频小流配置

@property (nonatomic, strong) RCRTCVideoLayout *tinyVideoLayout

Discussion

视频小流配置

Declared In

RCRTCVideoConfig.h

  videoExtend

视频扩展配置

@property (nonatomic, strong) RCRTCVideoExtend *videoExtend

Discussion

视频扩展配置

Declared In

RCRTCVideoConfig.h

  backgroundColor

合流布局背景色

@property (nonatomic, copy, readonly) NSString *backgroundColor

Discussion

合流布局背景色

Declared In

RCRTCVideoConfig.h

– setBackgroundColorWithRed:green:blue:

设置合流布局背景色

- (BOOL)setBackgroundColorWithRed:(NSUInteger)red green:(NSUInteger)green blue:(NSUInteger)blue

Parameters

red

取值范围: 0 ~ 255

green

取值范围: 0 ~ 255

blue

取值范围: 0 ~ 255 @discussion 此方法与 setBackgroundColor: 二选一使用, 效果相同 如果两个方法都使用, 将以最后一次设置为准

Discussion

设置合流布局背景色

Declared In

RCRTCVideoConfig.h

– setBackgroundColor:

设置合流布局背景色

- (BOOL)setBackgroundColor:(NSUInteger)backgroundColor

Parameters

backgroundColor

取值范围: 0x000000 ~ 0xffffff @discussion 此方法与 setBackgroundColorWithRed:green:blue: 二选一使用, 效果相同 如果两个方法都使用, 将以最后一次设置为准

Discussion

设置合流布局背景色

Declared In

RCRTCVideoConfig.h