PortImplementation

Undocumented in source.

Constructors

this
this(jack_port_t* port)
Undocumented in source.

Members

Functions

aliasSet
void aliasSet(string al)
Undocumented in source. Be warned that the author may not have intended to support it.
aliasUnset
void aliasUnset(string al)
Undocumented in source. Be warned that the author may not have intended to support it.
connected
bool connected()
Undocumented in source. Be warned that the author may not have intended to support it.
ensureMonitor
void ensureMonitor(bool onoff)
Undocumented in source. Be warned that the author may not have intended to support it.
flags
PortFlags flags()
Undocumented in source. Be warned that the author may not have intended to support it.
getBuffer
void* getBuffer(NFrames nframes)
Undocumented in source. Be warned that the author may not have intended to support it.
getConnections
NamesArray getConnections()
Undocumented in source. Be warned that the author may not have intended to support it.
getLatencyRange
LatencyRange getLatencyRange(LatencyCallbackMode callbackMode)
Undocumented in source. Be warned that the author may not have intended to support it.
isConnectedTo
bool isConnectedTo(string otherPortName)
Undocumented in source. Be warned that the author may not have intended to support it.
isMonitoringInput
bool isMonitoringInput()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
name
void name(string newName)
Undocumented in source. Be warned that the author may not have intended to support it.
requestMonitor
void requestMonitor(bool onoff)
Undocumented in source. Be warned that the author may not have intended to support it.
setLatencyRange
void setLatencyRange(LatencyCallbackMode callbackMode, LatencyRange lr)
Undocumented in source. Be warned that the author may not have intended to support it.
shortname
string shortname()
Undocumented in source. Be warned that the author may not have intended to support it.
type
string type()
Undocumented in source. Be warned that the author may not have intended to support it.
typeID
PortID typeID()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

rawPointer
jack_port_t* rawPointer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

port
jack_port_t* port;
Undocumented in source.

Inherited Members

From Port

getBuffer
void* getBuffer(NFrames nframes)
Undocumented in source.
isConnectedTo
bool isConnectedTo(string otherPortName)
Undocumented in source.
getConnections
NamesArray getConnections()
Undocumented in source.
aliasSet
void aliasSet(string al)
Undocumented in source.
aliasUnset
void aliasUnset(string al)
Undocumented in source.
requestMonitor
void requestMonitor(bool onoff)
Undocumented in source.
ensureMonitor
void ensureMonitor(bool onoff)
Undocumented in source.
getLatencyRange
LatencyRange getLatencyRange(LatencyCallbackMode callbackMode)
Undocumented in source.
setLatencyRange
void setLatencyRange(LatencyCallbackMode callbackMode, LatencyRange lr)
Undocumented in source.
name
string name [@property getter]
Undocumented in source.
name
string name [@property setter]
Undocumented in source.
shortname
string shortname [@property getter]
Undocumented in source.
flags
PortFlags flags [@property getter]
Undocumented in source.
type
string type [@property getter]
Undocumented in source.
typeID
PortID typeID [@property getter]
Undocumented in source.
connected
bool connected [@property getter]
Undocumented in source.
isMonitoringInput
bool isMonitoringInput [@property getter]
Undocumented in source.

Meta