Streamaxia Open SDK  3.2
AXRecorder+StreamInfo.h
1 //
2 // AXRecorder+StreamInfo.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 
14 
18 
26 - (void)changeStreamInfo:(AXStreamInfo *)streamInfo withCompletion:(void (^)(BOOL success, AXError *error))completionBlock;
27 
28 @end
Definition: AXRecorder+StreamInfo.h:13
Definition: AXError.h:16
Definition: AXStreamInfo.h:15