jack_port_request_monitor_by_name

If @ref JackPortCanMonitor is set for this @a port_name, turn input monitoring on or off. Otherwise, do nothing.

@return 0 on success, otherwise a non-zero error code.

@see jack_port_name_size()

extern (C)
int
jack_port_request_monitor_by_name
(
jack_client_t* client
,
const(char)* port_name
,
int onoff
)

Meta