Streamaxia Open SDK  3.2
AXRecorder+ExtraFeatures.h
1 //
2 // AXRecorder+ExtraFeatures.h
3 // StreamaxiaSDK
4 //
5 // Created by Mihaita Babici on 9/17/16.
6 // Copyright © 2016 Agilio. All rights reserved.
7 //
8 
9 @import Foundation;
10 
11 #import "AXRecorder.h"
12 #import "AXStreamSource.h"
13 
18 
22 
28 - (void)activateFeatureAdaptiveBitRateWithError:(AXError **)error;
29 
33 - (void)deactivateFeatureAdaptiveBitRate;
34 
43 - (void)activateFeatureSaveLocallyWithError:(AXError **)error;
44 
51 - (void)deactivateFeatureSaveLocallyWithError:(AXError **)error;
52 
53 @property (nonatomic, readonly) NSArray<AXStreamSource *> *streamSources;
54 
55 - (AXStreamSource *)addStreamingSourceWithInfo:(AXStreamInfo *)streamInfo;
56 
57 - (void)removeStreamingSourceWithInfo:(AXStreamSource *)streamSource;
58 
59 @end
Definition: AXRecorder+ExtraFeatures.h:17
Definition: AXError.h:16
Definition: AXStreamSource.h:52
Definition: AXStreamInfo.h:15