[][src]Function realsense_sys::rs2_set_stream_profile_data

pub unsafe extern "C" fn rs2_set_stream_profile_data(
    mode: *mut rs2_stream_profile,
    stream: rs2_stream,
    index: c_int,
    format: rs2_format,
    error: *mut *mut rs2_error
)

Override some of the parameters of the stream profile \param[in] mode input stream profile \param[in] stream stream type for the profile \param[in] format binary data format of the profile \param[in] index stream index the profile in case there are multiple streams of the same type \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored