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,
                            
                            };