ZegoVideoFrameFormat enum

Video frame format.

Inheritance
  • Object
  • Enum
  • ZegoVideoFrameFormat

Constructors

ZegoVideoFrameFormat()
const

Values

Unknown → const ZegoVideoFrameFormat

Unknown format, will take platform default

I420 → const ZegoVideoFrameFormat

I420 (YUV420Planar) format

NV12 → const ZegoVideoFrameFormat

NV12 (YUV420SemiPlanar) format

NV21 → const ZegoVideoFrameFormat

NV21 (YUV420SemiPlanar) format

BGRA32 → const ZegoVideoFrameFormat

BGRA32 format

RGBA32 → const ZegoVideoFrameFormat

RGBA32 format

ARGB32 → const ZegoVideoFrameFormat

ARGB32 format

ABGR32 → const ZegoVideoFrameFormat

ABGR32 format

I422 → const ZegoVideoFrameFormat

I422 (YUV422Planar) format

BGR24 → const ZegoVideoFrameFormat

BGR24 format

RGB24 → const ZegoVideoFrameFormat

RGB24 format

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]