windows::Win32::Media::MediaFoundation

Function MFInitMediaTypeFromWaveFormatEx

pub unsafe fn MFInitMediaTypeFromWaveFormatEx<P0>(
    pmftype: P0,
    pwaveformat: *const WAVEFORMATEX,
    cbbufsize: u32,
) -> Result<()>
where P0: Param<IMFMediaType>,