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:
- Query the media source for the IMFMediaSourceEx interface.
- Call IMFMediaSourceEx::GetStreamAttributes to get an IMFAttributes pointer for the stream.
- 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 |
|
See also