ZegoVideoBufferType enum

视频帧数据类型

Inheritance
  • Object
  • Enum
  • ZegoVideoBufferType

Constructors

ZegoVideoBufferType()
const

Values

Unknown → const ZegoVideoBufferType

未知类型

RawData → const ZegoVideoBufferType

裸数据类型视频帧

EncodedData → const ZegoVideoBufferType

编码类型视频帧

GLTexture2D → const ZegoVideoBufferType

OpenGL Texture 2D 类型视频帧

CVPixelBuffer → const ZegoVideoBufferType

CVPixelBuffer 类型视频帧

SurfaceTexture → const ZegoVideoBufferType

SurfaceTexture 类型视频帧

GLTextureExternalOES → const ZegoVideoBufferType

OpenGL GL_TEXTURE_EXTERNAL_OES 类型视频帧

GLTexture2DAndRawData → const ZegoVideoBufferType

OpenGL Texture 2D 类型视频帧和裸数据类型视频帧

D3DTexture2D → const ZegoVideoBufferType

D3D Texture2D 类型视频帧

NV12CVPixelBuffer → const ZegoVideoBufferType

CVPixelBuffer 类型 nv12 格式视频帧

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]