Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.53 KB

mf-devicestream-stream-id.md

File metadata and controls

50 lines (28 loc) · 1.53 KB
description ms.assetid title ms.topic ms.date
Specifies the kernel streaming (KS) identifier for a stream on a video capture device.
03C48CBA-FAD0-4127-89E5-3F1874BF32DB
MF_DEVICESTREAM_STREAM_ID attribute (Mfidl.h)
reference
05/31/2018

MF_DEVICESTREAM_STREAM_ID attribute

Specifies the kernel streaming (KS) identifier for a stream on a video capture device.

Data type

UINT32

Remarks

To get this attribute, do the following:

  1. Query the media source for the IMFMediaSourceEx interface.
  2. Call IMFMediaSourceEx::GetStreamAttributes to get an IMFAttributes pointer for the stream.
  3. Call IMFAttributes::GetUINT32 to get the attribute.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
Mfidl.h

See also

Alphabetical List of Media Foundation Attributes