KS_DATAFORMAT_VIDEOINFOHEADER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct tagKS_DATAFORMAT_VIDEOINFOHEADER {
  KSDATAFORMAT       DataFormat;
  KS_VIDEOINFOHEADER VideoInfoHeader;
} KS_DATAFORMAT_VIDEOINFOHEADER, *PKS_DATAFORMAT_VIDEOINFOHEADER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-tagks_dataformat_videoinfoheader)

tagKS_DATAFORMAT_VIDEOINFOHEADER structure

Description

The KS_DATAFORMAT_VIDEOINFOHEADER structure describes a video stream that does not include bob or weave settings.

Members

DataFormat

Specifies the data format.

VideoInfoHeader

Specifies the details of the video stream.

Remarks

This format is used for most capture output streams.

Minidrivers that must specify a data format that contains settings for bob or weave must use the KS_DATAFORMAT_VIDEOINFOHEADER2 structure.

See also

KSDATAFORMAT

KS_DATAFORMAT_VIDEOINFOHEADER2

KS_VIDEOINFOHEADER