MFSensorStreamType enumeration
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Specifies whether a stream associated with an IMFSensorDevice is an input or an output stream.
Syntax
typedef enum _MFSensorStreamType { MFSensorStreamType_Unknown = 0, MFSensorStreamType_Input = 1, MFSensorStreamType_Output = 2 } MFSensorStreamType;
Constants
- MFSensorStreamType_Unknown
-
The sensor stream type is unknown.
- MFSensorStreamType_Input
-
The sensor stream is an input stream.
- MFSensorStreamType_Output
-
The sensor stream is an output stream.
Show: