ZegoCustomVideoRenderConfig Class Reference
Inherits from | NSObject |
---|---|
Declared in | ZegoExpressDefines.h |
Overview
When you need to use the custom video render function, you need to set an instance of this class as a parameter to the [enableCustomVideoRender] function.
bufferType
Custom video capture video frame data type
@property (nonatomic, assign) ZegoVideoBufferType bufferType
Declared In
ZegoExpressDefines.h
frameFormatSeries
Custom video rendering video frame data format。Useless when set bufferType as [EncodedData]
@property (nonatomic, assign) ZegoVideoFrameFormatSeries frameFormatSeries
Declared In
ZegoExpressDefines.h
enableEngineRender
Whether the engine also renders while customizing video rendering. The default value is [false]. Useless when set bufferType as [EncodedData]
@property (nonatomic, assign) BOOL enableEngineRender
Declared In
ZegoExpressDefines.h