LVRTCDisplayView Class Reference

Inherits from UIView
Declared in LVRTCEngineDefines.h

Overview

视频数据显示类

  tag

视图 tag 设置

@property (nonatomic) NSInteger tag

Declared In

LVRTCEngineDefines.h

  uid

用户 ID,不传时默认为本地视图,(注:uid 和登录房间时传的 uid 相同时也默认为本地视图)

@property (nonatomic, copy) NSString *uid

Declared In

LVRTCEngineDefines.h

  viewContentMode

设置视图填充模式

@property (nonatomic) LVViewContentMode viewContentMode

Declared In

LVRTCEngineDefines.h

  isLocal

是否是当前用户视图(加入房间之前可以通过该字段预览摄像头数据)

@property (nonatomic) BOOL isLocal

Declared In

LVRTCEngineDefines.h

– setOrientation:

设置当前视图的旋转方向

- (void)setOrientation:(LVImageOrientation)orientation

Parameters

orientation

旋转方向

Declared In

LVRTCEngineDefines.h