[][src]Function libdc1394_sys::dc1394_iso_release_all

pub unsafe extern "C" fn dc1394_iso_release_all(
    camera: *mut dc1394camera_t
) -> Type

dc1394_iso_release_all: @param camera A camera handle.

Releases all channels and bandwidth that have been previously allocated for this dc1394camera_t. Note that this information can only be tracked per process, and there is no knowledge of allocations for this camera by previous processes. To release resources in such a case, the manual release functions \a dc1394_iso_release_channel() and \a dc1394_iso_release_bandwidth() must be used.

@return \a DC1394_SUCCESS if the operation succeeded. \a DC1394_FAILURE if some resources were not able to be released.