KS_DATAFORMAT_H264VIDEOINFO - NtDoc

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

typedef struct tagKS_DATAFORMAT_H264VIDEOINFO {
  KSDATAFORMAT     DataFormat;
  KS_H264VIDEOINFO H264VideoInfoHeader;
} KS_DATAFORMAT_H264VIDEOINFO, *PKS_DATAFORMAT_H264VIDEOINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tagKS_DATAFORMAT_H264VIDEOINFO structure

Description

The KS_DATAFORMAT_H264VIDEOINFO structure describes the data formats range available for a stream.

Members

DataFormat

Specifies the major identifier for the format.

H264VideoInfoHeader

Specifies the details of the video stream.

See also

KSDATAFORMAT

KS_H264VIDEOINFO