Streamaxia Open SDK  3.2
AXUtils+VideoOrientation.h
1 //
2 // AXUtils+VideoOrientation.h
3 // StreamaxiaSDK
4 //
5 // Created by Mihaita Babici on 9/12/16.
6 // Copyright © 2016 Agilio. All rights reserved.
7 //
8 
9 @import Foundation;
10 @import AVFoundation;
11 @import UIKit;
12 
13 #import "AXUtils.h"
14 #import "AXRecorderDefines.h"
15 
17 
18 @property (nonatomic, assign, readonly) UIInterfaceOrientation currentStatusBarOrientation;
19 
20 @property (nonatomic, assign, readonly) AVCaptureVideoOrientation currentCaptureVideoOrientation;
21 
22 @end
Definition: AXUtils+VideoOrientation.h:16