Declarado em OTVideoKit.h

OTPixelFormat

Define valores para o formato de pixel da propriedade pixelFormat de um OTVideoFrame objeto.

Definição

typedef NS_ENUM(int32_t, OTPixelFormat ) {    OTPixelFormatI420 = 'I420',    OTPixelFormatARGB = 'ARGB',    OTPixelFormatNV12 = 'NV12', };

Constantes

OTPixelFormatI420 : Formato I420.

Declared In `OTVideoKit.h`.

OTPixelFormatARGB : Formato ARGB.

Declared In `OTVideoKit.h`.

OTPixelFormatNV12 : Formato NV12.

Declared In `OTVideoKit.h`.

Declarado em

OTVideoKit.h