VideoPixelFormat enum

The video pixel format.

Inheritance
Annotations
  • @JsonEnum(alwaysCreate: true)

Constructors

VideoPixelFormat()
const

Values

videoPixelDefault → const VideoPixelFormat

0: Raw video pixel format.

videoPixelI420 → const VideoPixelFormat

1: The format is I420.

videoPixelRgba → const VideoPixelFormat

4: The format is RGBA.

videoPixelI422 → const VideoPixelFormat

16: The format is I422.

videoTextureId3d11texture2d → const VideoPixelFormat

17: The ID3D11TEXTURE2D format. Currently supported types are DXGI_FORMAT_B8G8R8A8_UNORM, DXGI_FORMAT_B8G8R8A8_TYPELESS and DXGI_FORMAT_NV12.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<VideoPixelFormat>
A constant List of the values in this enum, in order of their declaration.