AVDVideoRotation Constants Reference

Declared in AVDVideoFrame.h

AVDVideoRotation

Definition

typedef NS_ENUM(NSInteger, AVDVideoRotation ) {
   AVDVideoRotation_0 = 0,
   AVDVideoRotation_90 = 90,
   AVDVideoRotation_180 = 180,
   AVDVideoRotation_270 = 270,
};

Constants

AVDVideoRotation_0

Declared In AVDVideoFrame.h.

AVDVideoRotation_90

Declared In AVDVideoFrame.h.

AVDVideoRotation_180

Declared In AVDVideoFrame.h.

AVDVideoRotation_270

Declared In AVDVideoFrame.h.