windows::Win32::Media::MediaFoundation

Function MFWrapMediaType

pub unsafe fn MFWrapMediaType<P0>(
    porig: P0,
    majortype: *const GUID,
    subtype: *const GUID,
) -> Result<IMFMediaType>
where P0: Param<IMFMediaType>,