Declarado en OTVideoKit.h

OTPixelFormat

Define los valores del formato de píxeles para la propiedad `pixelFormat` de un OTVideoFrame objeto.

Definición

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 en

OTVideoKit.h