OTPixelFormat Constants Reference
Declared in | OTVideoKit.h |
---|
OTPixelFormat
Defines values for pixel format for the pixelFormat property of an OTVideoFrame object.
Definition
typedef NS_ENUM(int32_t, OTPixelFormat ) {
OTPixelFormatI420 = 'I420',
OTPixelFormatARGB = 'ARGB',
OTPixelFormatNV12 = 'NV12',
};
Constants
Declared In
OTVideoKit.h