Package im.zego.zegoexpress.entity
Class ZegoCustomVideoRenderConfig
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoCustomVideoRenderConfig
-
public class ZegoCustomVideoRenderConfig extends java.lang.Object
Custom video render configuration. 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.
-
-
Field Summary
Fields Modifier and Type Field Description ZegoVideoBufferType
bufferType
Custom video capture video frame data typeboolean
enableEngineRender
Whether the engine also renders while customizing video rendering.ZegoVideoFrameFormatSeries
frameFormatSeries
Custom video rendering video frame data format.
-
Constructor Summary
Constructors Constructor Description ZegoCustomVideoRenderConfig()
-
-
-
Field Detail
-
bufferType
public ZegoVideoBufferType bufferType
Custom video capture video frame data type
-
frameFormatSeries
public ZegoVideoFrameFormatSeries frameFormatSeries
Custom video rendering video frame data format. Useless when set bufferType as [EncodedData]
-
enableEngineRender
public boolean enableEngineRender
Whether the engine also renders while customizing video rendering. The default value is [false]. Useless when set bufferType as [EncodedData]
-
-