ZegoVideoBufferType enum
Video frame buffer type.
Constructors
- ZegoVideoBufferType()
-
const
Values
- Unknown → const ZegoVideoBufferType
-
Raw data type video frame
- RawData → const ZegoVideoBufferType
-
Raw data type video frame
- EncodedData → const ZegoVideoBufferType
-
Encoded data type video frame
- GLTexture2D → const ZegoVideoBufferType
-
Texture 2D type video frame
- CVPixelBuffer → const ZegoVideoBufferType
-
CVPixelBuffer type video frame
- SurfaceTexture → const ZegoVideoBufferType
-
Surface Texture type video frame
- GLTextureExternalOES → const ZegoVideoBufferType
-
GL_TEXTURE_EXTERNAL_OES type video frame
- GLTexture2DAndRawData → const ZegoVideoBufferType
-
Texture 2D and raw data type video frame
- D3DTexture2D → const ZegoVideoBufferType
-
D3D Texture2D type video frame
- NV12CVPixelBuffer → const ZegoVideoBufferType
-
CVPixelBuffer type nv12 format video frame. Only for custom video processing
Properties
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
Constants
-
values
→ const List<
ZegoVideoBufferType> - A constant List of the values in this enum, in order of their declaration.