宣言された場所 OTVideoKit.h

OTVideoOrientation

の orieintation プロパティに対する動画の向き(上、下、左、右)の値を定義します。 OTVideoFrame オブジェクトがある。

定義

typedef NS_ENUM(int32_t, OTVideoOrientation ) {    OTVideoOrientationUp = 1,    OTVideoOrientationDown = 2,    OTVideoOrientationLeft = 3,    OTVideoOrientationRight = 4, };

定数

OTVideoOrientationUp : この動画は上向きに配置されています。回転は適用されていません。

Declared In `OTVideoKit.h`.

OTVideoOrientationDown : 動画は180度回転しています。

Declared In `OTVideoKit.h`.

OTVideoOrientationLeft : 動画は90度回転しています。

Declared In `OTVideoKit.h`.

OTVideoOrientationRight : この動画は270度回転しています。

Declared In `OTVideoKit.h`.

登録地

OTVideoKit.h