KS_DATARANGE_DVVIDEO - NtDoc

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

typedef struct tagKS_DATARANGE_DVVIDEO {
  KSDATARANGE DataRange;
  DVINFO      DVVideoInfo;
} KS_DATARANGE_DVVIDEO, *PKS_DATARANGE_DVVIDEO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-avcstrm-tagks_datarange_dvvideo)

tagKS_DATARANGE_DVVIDEO structure

Description

The KS_DATARANGE_DV_AVC structure stores a range of digital video formats.

Members

DataRange

Specifies the range of supported digital video formats.

DVVideoInfo

Specifies the digital video information, for example, sound tracks and video information.

See also

DVINFO

KSDATARANGE