Function pw_context_get_object

Source
pub unsafe extern "C" fn pw_context_get_object(
    context: *mut pw_context,
    type_: *const c_char,
) -> *mut c_void
Expand description

get an object from the context

\param context The context. \param type The string corresponding to the object’s interface. \return The object, or NULL if the object does not exist.