TWCVideoOrientation Constants Reference
Declared in | TWCI420Frame.h |
---|
TWCVideoOrientation
Specifies the orientation of video content.
Definition
typedef NS_ENUM(NSUInteger, TWCVideoOrientation ) {
TWCVideoOrientationUp = 0,
TWCVideoOrientationLeft,
TWCVideoOrientationDown,
TWCVideoOrientationRight,
};
Constants
TWCVideoOrientationUp
-
The video is rotated 0 degrees, oriented with its top side up.
Declared In
TWCI420Frame.h
. TWCVideoOrientationLeft
-
The video is rotated 90 degrees, oriented with its top side to the left.
Declared In
TWCI420Frame.h
. TWCVideoOrientationDown
-
The video is rotated 180 degrees, oriented with its top side to bottom.
Declared In
TWCI420Frame.h
. TWCVideoOrientationRight
-
The video is rotated 270 degrees, oriented with its top side to the right.
Declared In
TWCI420Frame.h
.
Declared In
TWCI420Frame.h