#import <AEAudiobusInputModule.h>
Inherits AEModule.
Instance Methods | |
| (instancetype) | - initWithRenderer:audioReceiverPort:audioUnitInputModule: |
| Initializer. | |
Instance Methods inherited from AEModule | |
| (instancetype _Nullable) | - initWithRenderer: |
| Initializer. | |
| (instancetype _Nonnull) | - NS_UNAVAILABLE |
| (void) | - rendererDidChangeSampleRate |
| Notifies the module that the renderer's sample rate has changed. | |
| (void) | - rendererDidChangeNumberOfChannels |
| Notifies the module that the renderer's channel count has changed. | |
Properties | |
| ABAudioReceiverPort * | audioReceiverPort |
| AEAudioUnitInputModule * | audioUnitInputModule |
| BOOL | audiobusEnabled |
Properties inherited from AEModule | |
| AEModuleProcessFunc _Nonnull | processFunction |
| Process function. | |
| AEModuleIsActiveFunc _Nullable | isActiveFunction |
| Active test function. | |
| AERenderer *_Nullable | renderer |
| The renderer. | |
| - (instancetype) initWithRenderer: | (AERenderer *) | renderer | |
| audioReceiverPort: | (ABAudioReceiverPort *) | port | |
| audioUnitInputModule: | (AEAudioUnitInputModule *) | input | |
Initializer.
| renderer | The renderer |
| port | The Audiobus audio receiver port |
| input | If not NULL, the Remote IO audio unit input to use when the Audiobus port is not in use |
|
readnonatomicstrong |
|
readnonatomicstrong |
|
readwritenonatomicassign |