windows::Win32::Media::MediaFoundation

Function MFCreateTranscodeTopology

pub unsafe fn MFCreateTranscodeTopology<P0, P1, P2>(
    psrc: P0,
    pwszoutputfilepath: P1,
    pprofile: P2,
) -> Result<IMFTopology>
where P0: Param<IMFMediaSource>, P1: Param<PCWSTR>, P2: Param<IMFTranscodeProfile>,