[][src]Function realsense_sys::rs2_get_stream_profile

pub unsafe extern "C" fn rs2_get_stream_profile(
    list: *const rs2_stream_profile_list,
    index: c_int,
    error: *mut *mut rs2_error
) -> *const rs2_stream_profile

Get pointer to specific stream profile \param[in] list the list of supported profiles returned by rs2_get_supported_profiles \param[in] index the zero based index of the streaming mode \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored