ZegoVideoFrameFormat enum

视频帧格式

Inheritance
  • Object
  • Enum
  • ZegoVideoFrameFormat

Constructors

ZegoVideoFrameFormat()
const

Values

Unknown → const ZegoVideoFrameFormat

未知格式,将取平台默认值

I420 → const ZegoVideoFrameFormat

I420 (YUV420Planar) 格式

NV12 → const ZegoVideoFrameFormat

NV12 (YUV420SemiPlanar) 格式

NV21 → const ZegoVideoFrameFormat

NV21 (YUV420SemiPlanar) 格式

BGRA32 → const ZegoVideoFrameFormat

BGRA32 格式

RGBA32 → const ZegoVideoFrameFormat

RGBA32 格式

ARGB32 → const ZegoVideoFrameFormat

ARGB32 格式

ABGR32 → const ZegoVideoFrameFormat

ABGR32 格式

I422 → const ZegoVideoFrameFormat

I422 (YUV422Planar) 格式

BGR24 → const ZegoVideoFrameFormat

BGR24 格式

RGB24 → const ZegoVideoFrameFormat

RGB24 格式

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<ZegoVideoFrameFormat>
A constant List of the values in this enum, in order of their declaration.
[Unknown, I420, NV12, NV21, BGRA32, RGBA32, ARGB32, ABGR32, I422, BGR24, RGB24]