Function rsmpeg::ffi::av_hwdevice_get_type_name[][src]

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

Get the string name of an AVHWDeviceType.

@param type Type from enum AVHWDeviceType. @return Pointer to a static string containing the name, or NULL if the type is not valid.