Déclaré dans OTVideoKit.h

OTPixelFormat

Définit les valeurs du format de pixel pour la propriété `pixelFormat` d'un OTVideoFrame objet.

Définition

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

Constantes

OTPixelFormatI420 : Format I420.

Declared In `OTVideoKit.h`.

OTPixelFormatARGB : Format ARGB.

Declared In `OTVideoKit.h`.

OTPixelFormatNV12 : Format NV12.

Declared In `OTVideoKit.h`.

Déclaré à

OTVideoKit.h