pub unsafe extern "C" fn pw_context_create_link(
    context: *mut pw_context,
    output: *mut pw_impl_port,
    input: *mut pw_impl_port,
    format_filter: *mut spa_pod,
    properties: *mut pw_properties,
    user_data_size: usize
) -> *mut pw_impl_link
Expand description

Make a new link between two ports \return a newly allocated link