pub unsafe extern "C" fn pw_control_add_listener(
control: *mut pw_control,
listener: *mut spa_hook,
events: *const pw_control_events,
data: *mut c_void,
)
Expand description
Add an event listener on the control. May be called multiple times. Each listener must be removed, but they may be removed in any order.