pub unsafe extern "C" fn pw_stream_set_param(
    stream: *mut pw_stream,
    id: u32,
    param: *const spa_pod
) -> c_int
Expand description

Set a parameter on the stream. This is like pw_stream_set_control() but with a complete spa_pod param. It can also be called from the param_changed event handler to intercept and modify the param for the adapter. Since 0.3.70