ABAudioReceiverPort.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  ABAudioReceiverPort
 Receiver port. More...
 

Macros

#define __ABAudioReceiverPort_h
 

Variables

NSString *const ABAudioReceiverPortConnectionsChangedNotification
 Receiver port connections changed.
 
NSString *const ABAudioReceiverPortPortAddedNotification
 Port added notification.
 
NSString *const ABAudioReceiverPortPortRemovedNotification
 Port removed notification.
 
NSString *const ABAudioReceiverPortPortInterAppAudioUnitWillInitializeNotification
 Port audio unit will initialize notification.
 
NSString *const ABAudioReceiverPortPortInterAppAudioUnitConnectedNotification
 Port audio unit connected notification.
 
NSString *const ABAudioReceiverPortPortInterAppAudioUnitDisconnectedNotification
 Port audio unit disconnected notification.
 
NSString *const ABAudioReceiverPortPortKey
 Port key for the userInfo dictionary of port added/remove notifications.
 

Macro Definition Documentation

#define __ABAudioReceiverPort_h

Variable Documentation

NSString* const ABAudioReceiverPortConnectionsChangedNotification

Receiver port connections changed.

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

NSString* const ABAudioReceiverPortPortAddedNotification

Port added notification.

Sent when a new source is added to this port

NSString* const ABAudioReceiverPortPortRemovedNotification

Port removed notification.

Sent when a source is removed from this port

NSString* const ABAudioReceiverPortPortInterAppAudioUnitWillInitializeNotification

Port audio unit will initialize notification.

Sent just before a port's audio unit is initialized; use this to set host callbacks, etc.

NSString* const ABAudioReceiverPortPortInterAppAudioUnitConnectedNotification

Port audio unit connected notification.

Sent when a port's audio unit has been connected successfully

NSString* const ABAudioReceiverPortPortInterAppAudioUnitDisconnectedNotification

Port audio unit disconnected notification.

Sent when a port's audio unit was disconnected, either through a port removal, or an error

NSString* const ABAudioReceiverPortPortKey

Port key for the userInfo dictionary of port added/remove notifications.