Function rice_stream_get_component

Source
pub unsafe extern "C" fn rice_stream_get_component(
    stream: *mut RiceStream,
    component_id: usize,
) -> *mut RiceComponent
Expand description

Retrieve a previously added RiceComponent.

If the RiceComponent does not exist, NULL is returned.