Streamaxia Open SDK
3.2
Users
mac
Documents
StreamaxiaSDK
Streamaxia Open SDK
StreamaxiaSDK.framework
Headers
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
16
@interface
AXUtils (VideoOrientation)
17
18
@property
(nonatomic, assign, readonly) UIInterfaceOrientation currentStatusBarOrientation;
19
20
@property
(nonatomic, assign, readonly) AVCaptureVideoOrientation currentCaptureVideoOrientation;
21
22
@end
AXUtils(VideoOrientation)
Definition:
AXUtils+VideoOrientation.h:16
Generated by
1.8.13