TVIVideoOrientation Constants Reference
| Declared in | TVIVideoFrame.h | 
|---|
TVIVideoOrientation
Specifies the orientation of video content.
Definition
typedef NS_ENUM(NSUInteger, TVIVideoOrientation ) {
                            
                               TVIVideoOrientationUp = 0,
                            
                               TVIVideoOrientationLeft,
                            
                               TVIVideoOrientationDown,
                            
                               TVIVideoOrientationRight,
                            
                            };
                    
                    Constants
TVIVideoOrientationUp- 
The video is rotated 0 degrees, oriented with its top side up.
Declared In
TVIVideoFrame.h. TVIVideoOrientationLeft- 
The video is rotated 90 degrees, oriented with its top side to the left.
Declared In
TVIVideoFrame.h. TVIVideoOrientationDown- 
The video is rotated 180 degrees, oriented with its top side to bottom.
Declared In
TVIVideoFrame.h. TVIVideoOrientationRight- 
The video is rotated 270 degrees, oriented with its top side to the right.
Declared In
TVIVideoFrame.h. 
Declared In
TVIVideoFrame.h