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
getter/setter pair
- enableEngineRender ↔ bool
-
Whether the engine also renders while customizing video rendering. The default value is
false
. Useless when set bufferType asEncodedData
getter/setter pair - frameFormatSeries ↔ ZegoVideoFrameFormatSeries
-
Custom video rendering video frame data format。Useless when set bufferType as
EncodedData
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