// ksmedia.h
typedef struct tagKS_DATARANGE_ANALOGVIDEO {
KSDATARANGE DataRange;
KS_ANALOGVIDEOINFO AnalogVideoInfo;
} KS_DATARANGE_ANALOGVIDEO, *PKS_DATARANGE_ANALOGVIDEO;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_DATARANGE_ANALOGVIDEO structure describes an analog video stream.
DataRangeSpecifies the major identifier for the format.
AnalogVideoInfoSpecifies the details of the analog video stream.