Function rsmpeg::ffi::av_hwdevice_find_type_by_name[][src]

pub unsafe extern "C" fn av_hwdevice_find_type_by_name(name: *const i8) -> u32
Expand description

Look up an AVHWDeviceType by name.

@param name String name of the device type (case-insensitive). @return The type from enum AVHWDeviceType, or AV_HWDEVICE_TYPE_NONE if not found.