Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ZegoVideoBufferType

Video frame buffer type.

Index

Enumeration members

CVPixelBuffer

CVPixelBuffer: = 4

CVPixelBuffer type video frame

D3DTexture2D

D3DTexture2D: = 8

D3D Texture2D type video frame

EncodedData

EncodedData: = 2

Encoded data type video frame

GLTexture2D

GLTexture2D: = 3

Texture 2D type video frame

GLTexture2DAndRawData

GLTexture2DAndRawData: = 7

Texture 2D and raw data type video frame

GLTextureExternalOES

GLTextureExternalOES: = 6

GL_TEXTURE_EXTERNAL_OES type video frame

NV12CVPixelBuffer

NV12CVPixelBuffer: = 9

CVPixelBuffer type nv12 format video frame

RawData

RawData: = 1

Raw data type video frame

SurfaceTexture

SurfaceTexture: = 5

Surface Texture type video frame

Unknown

Unknown: = 0

Raw data type video frame

Generated using TypeDoc