pub unsafe extern "system" fn MFCreateVideoMediaTypeFromBitMapInfoHeader(
    pbmihbitmapinfoheader: *const BITMAPINFOHEADER,
    dwpixelaspectratiox: u32,
    dwpixelaspectratioy: u32,
    interlacemode: MFVideoInterlaceMode,
    videoflags: u64,
    qwframespersecondnumerator: u64,
    qwframesperseconddenominator: u64,
    dwmaxbitrate: u32,
    ppivideomediatype: *mut IMFVideoMediaType
) -> HRESULT
Expand description

Required features: "Win32_Media_MediaFoundation", "Win32_Graphics_Gdi"