av_hwdevice_find_type_by_name

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.

extern (C) @nogc nothrow
av_hwdevice_find_type_by_name
(
const(char)* name
)

Meta