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

Classes

class  ABPort
 Port. More...
 

Macros

#define __ABPORT_H
 

Enumerations

enum  ABPortType {
  ABPortTypeAudioSender = 2, ABPortTypeAudioFilter = 1, ABPortTypeAudioReceiver = 0, ABPortTypeMIDISender = 3,
  ABPortTypeMIDIFilter = 4, ABPortTypeMIDIReceiver = 5, ABPortTypeUnknown = 0xFF, __deprecated_enum_msg =("Use ABPortTypeAudioSender") = ABPortTypeAudioSender,
  __deprecated_enum_msg =("Use ABPortTypeAudioSender") = ABPortTypeAudioSender, __deprecated_enum_msg =("Use ABPortTypeAudioSender") = ABPortTypeAudioSender
}
 Port types. More...
 

Variables

NSString *const ABPortWillLaunchPortNotification
 

Macro Definition Documentation

#define __ABPORT_H

Enumeration Type Documentation

enum ABPortType

Port types.

Enumerator:
ABPortTypeAudioSender 
ABPortTypeAudioFilter 
ABPortTypeAudioReceiver 
ABPortTypeMIDISender 
ABPortTypeMIDIFilter 
ABPortTypeMIDIReceiver 
ABPortTypeUnknown 
__deprecated_enum_msg 
__deprecated_enum_msg 
__deprecated_enum_msg 

Variable Documentation

NSString* const ABPortWillLaunchPortNotification