windows::Win32::Media::MediaFoundation

Function MFCreateSourceReaderFromByteStream

pub unsafe fn MFCreateSourceReaderFromByteStream<P0, P1>(
    pbytestream: P0,
    pattributes: P1,
) -> Result<IMFSourceReader>
where P0: Param<IMFByteStream>, P1: Param<IMFAttributes>,