| 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.
Copie
Declared In `OTVideoKit.h`.
OTPixelFormatARGB
: Format ARGB.
Copie
Declared In `OTVideoKit.h`.
OTPixelFormatNV12
: Format NV12.
Copie
Declared In `OTVideoKit.h`.
Déclaré à
OTVideoKit.h