Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.82 KB

mf-devicestream-image-stream.md

File metadata and controls

52 lines (29 loc) · 1.82 KB
description ms.assetid title ms.topic ms.date
Specifies whether a stream on a video capture source is a still-image stream.
52251A45-3603-41C7-A869-7F6319BD337F
MF_DEVICESTREAM_IMAGE_STREAM attribute (Mfidl.h)
reference
05/31/2018

MF_DEVICESTREAM_IMAGE_STREAM attribute

Specifies whether a stream on a video capture source is a still-image stream.

Data type

BOOL stored as UINT32

Remarks

Some video cameras expose a still-image stream that produces high-resolution images. The image stream might produce uncompressed images or JPEG images. If the camera has an image stream, the media source for the capture device sets this attribute to TRUE on the image stream.

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