Deklariert in OTVideoKit.h

OTPixelFormat

Legt Werte für das Pixelformat für die Eigenschaft „pixelFormat“ eines OTVideoFrame Objekt.

Definition

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

Konstanten

OTPixelFormatI420 : I420-Format.

Declared In `OTVideoKit.h`.

OTPixelFormatARGB : ARGB-Format.

Declared In `OTVideoKit.h`.

OTPixelFormatNV12 : NV12-Format.

Declared In `OTVideoKit.h`.

Angemeldet in

OTVideoKit.h