Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether a stream associated with an IMFSensorDevice is an input or an output stream.
Syntax
typedef enum __MIDL___MIDL_itf_mfidl_0000_0110_0002 {
MFSensorStreamType_Unknown = 0,
MFSensorStreamType_Input,
MFSensorStreamType_Output
} MFSensorStreamType;
Constants
MFSensorStreamType_UnknownValue: 0 The sensor stream type is unknown. |
MFSensorStreamType_InputThe sensor stream is an input stream. |
MFSensorStreamType_OutputThe sensor stream is an output stream. |
Requirements
| Requirement | Value |
|---|---|
| Header | mfidl.h |