Function windows_sys::Win32::Media::MediaFoundation::MFCreateVideoMediaTypeFromBitMapInfoHeaderEx
[−]pub unsafe extern "system" fn MFCreateVideoMediaTypeFromBitMapInfoHeaderEx(
pbmihbitmapinfoheader: *const BITMAPINFOHEADER,
cbbitmapinfoheader: u32,
dwpixelaspectratiox: u32,
dwpixelaspectratioy: u32,
interlacemode: MFVideoInterlaceMode,
videoflags: u64,
dwframespersecondnumerator: u32,
dwframesperseconddenominator: u32,
dwmaxbitrate: u32,
ppivideomediatype: *mut IMFVideoMediaType
) -> HRESULT
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Gdi"