// avcstrm.h
typedef struct tagKS_DATARANGE_DVVIDEO {
KSDATARANGE DataRange;
DVINFO DVVideoInfo;
} KS_DATARANGE_DVVIDEO, *PKS_DATARANGE_DVVIDEO;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_DATARANGE_DV_AVC structure stores a range of digital video formats.
DataRangeSpecifies the range of supported digital video formats.
DVVideoInfoSpecifies the digital video information, for example, sound tracks and video information.