[][src]Function realsense_sys::rs2_context_remove_device

pub unsafe extern "C" fn rs2_context_remove_device(
    ctx: *mut rs2_context,
    file: *const c_char,
    error: *mut *mut rs2_error
)

Removes a playback device from the context, if exists \param[in] ctx The context from which the device should be removed \param[in] file The file name that was used to add the device \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored