windows::Win32::Media::MediaFoundation

Function MFCreateTranscodeTopologyFromByteStream

pub unsafe fn MFCreateTranscodeTopologyFromByteStream<P0, P1, P2>(
    psrc: P0,
    poutputstream: P1,
    pprofile: P2,
) -> Result<IMFTopology>
where P0: Param<IMFMediaSource>, P1: Param<IMFByteStream>, P2: Param<IMFTranscodeProfile>,