ZegoCustomVideoRenderConfig class

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.

Constructors

ZegoCustomVideoRenderConfig(ZegoVideoBufferType bufferType, ZegoVideoFrameFormatSeries frameFormatSeries, bool enableEngineRender)

Properties

bufferType ZegoVideoBufferType
Custom video capture video frame data type
read / write
enableEngineRender ↔ bool
Whether the engine also renders while customizing video rendering. The default value is false. Useless when set bufferType as EncodedData
read / write
frameFormatSeries ZegoVideoFrameFormatSeries
Custom video rendering video frame data format。Useless when set bufferType as EncodedData
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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