IMFSensorProcessActivity::GetStreamingMode method (mfidl.h)

Gets the streaming mode of the sensor process.

Syntax

HRESULT GetStreamingMode(
  [out] MFSensorDeviceMode *pMode
);

Parameters

[out] pMode

Receives a value from the MFSensorDeviceMode enumeration specifying the streaming mode of the sensor process.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.
E_POINTER
The pMode parameter is null.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1703 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header mfidl.h
Library Mfplat.lib; Mfplat.dll

See also

MFSensorDeviceMode

IMFSensorProcessActivity