windows::Win32::Media::MediaFoundation

Function MFCreateSensorStream

pub unsafe fn MFCreateSensorStream<P1, P2>(
    streamid: u32,
    pattributes: P1,
    pmediatypecollection: P2,
) -> Result<IMFSensorStream>
where P1: Param<IMFAttributes>, P2: Param<IMFCollection>,