[][src]Function realsense_sys::rs2_config_enable_record_to_file

pub unsafe extern "C" fn rs2_config_enable_record_to_file(
    config: *mut rs2_config,
    file: *const c_char,
    error: *mut *mut rs2_error
)

Requires that the resolved device would be recorded to file This request cannot be used if enable_device_from_file() is called for the current config, and vise versa

\param[in] config A pointer to an instance of a config \param[in] file The desired file for the output record \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored