Port.ensureMonitor
void ensureMonitor(bool on)If a port has JackPortCanMonitor set, calling this method turns on input monitor if it was off, or turns it off if only one request to turn it on has been made. Not real-time safe.
Parameters
on | true to enable monitoring, false to disable it? |
Throws
JackException on failure