Streamaxia Open SDK  3.2
StreamaxiaSDK.h
1 //
2 // StreamaxiaSDK.h
3 // StreamaxiaSDK
4 //
5 // Created by Mihaita Babici on 7/9/16.
6 // Copyright © 2016 Agilio. All rights reserved.
7 //
8 
9 @import UIKit;
10 
11 /*****************************************
12  * Version info
13  *****************************************/
14 
16 FOUNDATION_EXPORT double StreamaxiaSDKVersionNumber;
17 
19 FOUNDATION_EXPORT const unsigned char StreamaxiaSDKVersionString[];
20 
21 /*****************************************
22  * SDK Defines
23  *****************************************/
24 
25 #import <StreamaxiaSDK/AXSDKDefines.h>
26 #import <StreamaxiaSDK/AXRecorderDefines.h>
27 #import <StreamaxiaSDK/AXFeatureDefines.h>
28 
29 #import <StreamaxiaSDK/AXSDKInfoCodes.h>
30 #import <StreamaxiaSDK/AXSDKWarningCodes.h>
31 #import <StreamaxiaSDK/AXSDKErrorCodes.h>
32 
33 /*****************************************
34  * SDK's Main Interface
35  *****************************************/
36 
37 #import <StreamaxiaSDK/AXStreamaxiaSDK.h>
38 
39 /*****************************************
40  * SDK's Debug Interface
41  *****************************************/
42 
43 #import <StreamaxiaSDK/AXDebug.h>
44 
45 /*****************************************
46  * The Recorder
47  *****************************************/
48 
49 #import <StreamaxiaSDK/AXStreamInfo.h>
50 #import <StreamaxiaSDK/AXStreamSource.h>
51 
52 #import <StreamaxiaSDK/AXRecorderSettings.h>
53 
54 #import <StreamaxiaSDK/AXRecorder.h>
55 #import <StreamaxiaSDK/AXRecorder+StreamInfo.h>
56 #import <StreamaxiaSDK/AXRecorder+RecorderSettings.h>
57 #import <StreamaxiaSDK/AXRecorder+AdvancedSetup.h>
58 #import <StreamaxiaSDK/AXRecorder+ExtraFeatures.h>
59 
60 /*****************************************
61  * SDK Utils
62  *****************************************/
63 
64 #import <StreamaxiaSDK/AXSDKVersion.h>
65 #import <StreamaxiaSDK/AXLicenceInfo.h>
66 
67 #import <StreamaxiaSDK/AXReachability.h>
68 
69 #import <StreamaxiaSDK/AXInfo.h>
70 #import <StreamaxiaSDK/AXWarning.h>
71 #import <StreamaxiaSDK/AXError.h>
72 
73 #import <StreamaxiaSDK/AXUtils.h>
74 #import <StreamaxiaSDK/AXUtils+Bitrate.h>
75 #import <StreamaxiaSDK/AXUtils+Resolution.h>
76 #import <StreamaxiaSDK/AXUtils+VideoOrientation.h>
77 #import <StreamaxiaSDK/AXUtils+CaptureDeviceAuthorization.h>
78 
79 /*****************************************
80  * Additions
81  *****************************************/
82 
83 #import <StreamaxiaSDK/AVCaptureDevice+DeviceCapabilities.h>
84 
85 /*****************************************
86  *****************************************/