TVIVideoOrientation Constants Reference

Declared in TVII420Frame.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 TVII420Frame.h.

TVIVideoOrientationLeft

The video is rotated 90 degrees, oriented with its top side to the left.

Declared In TVII420Frame.h.

TVIVideoOrientationDown

The video is rotated 180 degrees, oriented with its top side to bottom.

Declared In TVII420Frame.h.

TVIVideoOrientationRight

The video is rotated 270 degrees, oriented with its top side to the right.

Declared In TVII420Frame.h.

Declared In

TVII420Frame.h