[][src]Function realsense_sys::rs2_record_device_filename

pub unsafe extern "C" fn rs2_record_device_filename(
    device: *const rs2_device,
    error: *mut *mut rs2_error
) -> *const c_char

Gets the name of the file to which the recorder is writing \param[in] device A recording device \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored \return The name of the file to which the recorder is writing