AEAudiobusInputModule.h
Go to the documentation of this file.
1 //
2 // AEAudiobusInputModule.h
3 // TheAmazingAudioEngine
4 //
5 // Created by Michael Tyson on 11/10/2016.
6 // Copyright © 2016 A Tasty Pixel. All rights reserved.
7 //
8 
10 
12 @class ABAudioReceiverPort;
13 
15 
23 - (instancetype)initWithRenderer:(AERenderer *)renderer
24  audioReceiverPort:(ABAudioReceiverPort *)port
25  audioUnitInputModule:(AEAudioUnitInputModule *)input;
26 
27 @property (nonatomic, strong, readonly) ABAudioReceiverPort * audioReceiverPort;
28 @property (nonatomic, strong, readonly) AEAudioUnitInputModule * audioUnitInputModule;
29 @property (nonatomic) BOOL audiobusEnabled;
30 
31 @end