宣言された場所 OTVideoKit.h

OTPixelFormat

のpixelFormatプロパティに対するピクセル形式の値を定義します。 OTVideoFrame オブジェクトがある。

定義

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

定数

OTPixelFormatI420 : I420形式。

Declared In `OTVideoKit.h`.

OTPixelFormatARGB : ARGB形式。

Declared In `OTVideoKit.h`.

OTPixelFormatNV12 : NV12形式。

Declared In `OTVideoKit.h`.

登録地

OTVideoKit.h