ZegoCustomVideoCaptureConfig class
自定义视频采集配置
自定义视频采集,即由开发者负责采集视频数据,并将采集到的视频数据发送给 SDK 进行视频数据的编码与推送到 ZEGO RTC 服务器。该功能一般为使用第三方美颜功能或游戏录屏直播的开发者使用。
当需要使用自定义采集功能时需要将该类的实例作为参数设置给 enableCustomVideoCapture
函数。
由于使用自定义视频采集时,SDK 将不再启动摄像头去采集视频数据,开发者需自行对视频采集源进行视频数据的采集。
Constructors
- ZegoCustomVideoCaptureConfig(ZegoVideoBufferType bufferType)
Properties
- bufferType ↔ ZegoVideoBufferType
-
自定义视频采集视频帧数据类型
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited