VideoType

The VideoType class represents different pixel formats or video types that can be encountered in video processing.

Entries

Link copied to clipboard

An unknown or unsupported video type.

Link copied to clipboard

The I420 pixel format.

Link copied to clipboard

The I444 pixel format.

Link copied to clipboard

The I210 pixel format.

Link copied to clipboard

The IYUV pixel format.

Link copied to clipboard

The RGB24 pixel format.

Link copied to clipboard

The ARGB pixel format.

Link copied to clipboard

The RGB565 pixel format.

Link copied to clipboard

The YUY2 pixel format.

Link copied to clipboard

The YV12 pixel format.

Link copied to clipboard

The NV12 pixel format.

Link copied to clipboard

The UYVY pixel format.

Link copied to clipboard

The Motion JPEG format.

Link copied to clipboard

The BGRA pixel format.

Link copied to clipboard

The NATIVE pixel format.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun valueOf(value: String): VideoType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.