ZegoCustomVideoRenderConfig
ZegoCustomVideoRenderConfig
Custom video render configuration.
Details
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.
Declared in entity/ZegoCustomVideoRenderConfig.java
Properties
bufferType
frameFormatSeries
frameFormatSeries
public ZegoVideoFrameFormatSeries frameFormatSeriesCustom video rendering video frame data format. Useless when set bufferType as [EncodedData]
enableEngineRender
enableEngineRender
public boolean enableEngineRenderWhether the engine also renders while customizing video rendering. The default value is [false]. Useless when set bufferType as [EncodedData]
