[][src]Function realsense_sys::rs2_pipeline_profile_get_streams

pub unsafe extern "C" fn rs2_pipeline_profile_get_streams(
    profile: *mut rs2_pipeline_profile,
    error: *mut *mut rs2_error
) -> *mut rs2_stream_profile_list

Return the selected streams profiles, which are enabled in this profile.

\param[in] profile A pointer to an instance of a pipeline profile \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored \return list of stream profiles