ABAudioSenderPort.h File Reference
#import <UIKit/UIKit.h>
#import <AudioToolbox/AudioToolbox.h>
#import <Audiobus/ABCommon.h>
#import <Audiobus/ABPort.h>
#import <Audiobus/ABLocalPort.h>

Classes

class  ABAudioSenderPort
 Sender port. More...
 

Macros

#define __ABAudioSenderPort_h
 

Variables

NSString *const ABAudioSenderPortConnectionsChangedNotification
 Sender port connections changed.
 
BOOL ABAudioSenderPortSuppressConnectionToSelfWarning
 Flag to suppress the warning when adding an audio sender port which allows connections to self and has an audio unit.
 

Macro Definition Documentation

#define __ABAudioSenderPort_h

Variable Documentation

NSString* const ABAudioSenderPortConnectionsChangedNotification

Sender port connections changed.

Sent when the port's connections have changed, caused by connections or disconnections from within the Audiobus app.

If you work with floating-point audio in your app we strongly recommend you restrict values to the range -1.0 to 1.0, as a courtesy to developers of downstream apps.

BOOL ABAudioSenderPortSuppressConnectionToSelfWarning

Flag to suppress the warning when adding an audio sender port which allows connections to self and has an audio unit.