Function windows::Win32::Media::MediaFoundation::MFCreateSensorStream
pub unsafe fn MFCreateSensorStream<P0, P1>(
streamid: u32,
pattributes: P0,
pmediatypecollection: P1,
) -> Result<IMFSensorStream>where
P0: Param<IMFAttributes>,
P1: Param<IMFCollection>,