| 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.
Copiar
Declared In `OTVideoKit.h`.
OTPixelFormatARGB
: Formato ARGB.
Copiar
Declared In `OTVideoKit.h`.
OTPixelFormatNV12
: Formato NV12.
Copiar
Declared In `OTVideoKit.h`.
Declarado em
OTVideoKit.h