ZegoVideoBufferType enum

Video frame buffer type.

Inheritance
  • Object
  • Enum
  • ZegoVideoBufferType

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

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
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

Constants

values → const List<ZegoVideoBufferType>
A constant List of the values in this enum, in order of their declaration.
[Unknown, RawData, EncodedData, GLTexture2D, CVPixelBuffer, SurfaceTexture, GLTextureExternalOES, GLTexture2DAndRawData, D3DTexture2D, NV12CVPixelBuffer]