#include <JackMachPort.h>
Inheritance diagram for Jack::JackMachPort:
Public Member Functions | |
JackMachPort () | |
virtual | ~JackMachPort () |
virtual bool | AllocatePort (const char *name) |
virtual bool | AllocatePort (const char *name, int queue) |
virtual bool | ConnectPort (const char *name) |
virtual bool | DisconnectPort () |
virtual bool | DestroyPort () |
virtual mach_port_t | GetPort () |
Protected Attributes | |
mach_port_t | fBootPort |
mach_port_t | fServerPort |
Definition at line 36 of file JackMachPort.h.