MFSensorStreamType enumeration (mfidl.h)

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_Unknown
Value: 0
The sensor stream type is unknown.
MFSensorStreamType_Input
The sensor stream is an input stream.
MFSensorStreamType_Output
The sensor stream is an output stream.

Requirements

Requirement Value
Header mfidl.h