ABSenderPort.h File Reference
#import <UIKit/UIKit.h>
#import <AudioToolbox/AudioToolbox.h>
#import "ABCommon.h"
#import "ABPort.h"
#import "ABLocalPort.h"

Classes

class  ABSenderPort
 Sender port. More...
 

Variables

NSString *const ABSenderPortConnectionsChangedNotification
 Sender port connections changed.
 

Variable Documentation

NSString* const ABSenderPortConnectionsChangedNotification

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.