Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.02 KB

ne-mfidl-mfsensorstreamtype.md

File metadata and controls

69 lines (58 loc) · 2.02 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:mfidl.__MIDL___MIDL_itf_mfidl_0000_0110_0002
MFSensorStreamType (mfidl.h)
Specifies whether a stream associated with an IMFSensorDevice is an input or an output stream.
MFSensorStreamType
MFSensorStreamType enumeration [Media Foundation]
MFSensorStreamType_Input
MFSensorStreamType_Output
mf.mfsensorstreamtype
mfidl/MFSensorStreamType
mfidl/MFSensorStreamType_Input
mfidl/MFSensorStreamType_Output
mfidl/MFSensorStreamType_Unknown
mf\mfsensorstreamtype.htm
mf
598AE9EC-3B8D-419A-A6A9-02DCDD459162
12/05/2018
MFSensorStreamType, MFSensorStreamType enumeration [Media Foundation], MFSensorStreamType_Input, MFSensorStreamType_Output, MFSensorStreamType_Unknown, mf.mfsensorstreamtype, mfidl/MFSensorStreamType, mfidl/MFSensorStreamType_Input, mfidl/MFSensorStreamType_Output, mfidl/MFSensorStreamType_Unknown
mfidl.h
Windows
Windows
MFSensorStreamType
19H1
__MIDL___MIDL_itf_mfidl_0000_0110_0002
mfidl/__MIDL___MIDL_itf_mfidl_0000_0110_0002
MFSensorStreamType
mfidl/MFSensorStreamType
c++
APIRef
kbSyntax
HeaderDef
mfidl.h
MFSensorStreamType

MFSensorStreamType enumeration

-description

Specifies whether a stream associated with an IMFSensorDevice is an input or an output stream.

-enum-fields

-field MFSensorStreamType_Unknown:0

The sensor stream type is unknown.

-field MFSensorStreamType_Input

The sensor stream is an input stream.

-field MFSensorStreamType_Output

The sensor stream is an output stream.