windows::Win32::Media::MediaFoundation

Function MFCreateMuxSink

pub unsafe fn MFCreateMuxSink<P1, P2>(
    guidoutputsubtype: GUID,
    poutputattributes: P1,
    poutputbytestream: P2,
) -> Result<IMFMediaSink>
where P1: Param<IMFAttributes>, P2: Param<IMFByteStream>,