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

OTPixelFormatI420

I420 format.

Declared In OTVideoKit.h.

OTPixelFormatARGB

ARGB format.

Declared In OTVideoKit.h.

OTPixelFormatNV12

NV12 format.

Declared In OTVideoKit.h.

Declared In

OTVideoKit.h