跳到主要内容

av_hwdevice_get_type_name

搜索

函数 av_hwdevice_get_type_name 

源代码
pub unsafe extern "C" fn av_hwdevice_get_type_name(
    type_: AVHWDeviceType,
) -> *const c_char
展开描述

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.