[][src]Function libdc1394_sys::dc1394_iso_release_channel

pub unsafe extern "C" fn dc1394_iso_release_channel(
    camera: *mut dc1394camera_t,
    channel: c_int
) -> Type

dc1394_iso_release_channel: @param camera A camera handle. @param channel The channel number to release.

Releases a previously allocated channel. It is acceptable to release channels that were allocated by a different process or host. If attempting to release a channel that is already released, the function will succeed.

@return \a DC1394_SUCCESS if the operation succeeded. \a DC1394_FUNCTION_NOT_SUPPORTED if the current driver/platform does not allow channel release.