KS_DATARANGE_ANALOGVIDEO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

tagKS_DATARANGE_ANALOGVIDEO structure

Description

The KS_DATARANGE_ANALOGVIDEO structure describes an analog video stream.

Members

DataRange

Specifies the major identifier for the format.

AnalogVideoInfo

Specifies the details of the analog video stream.

See also

KSDATARANGE

KS_ANALOGVIDEOINFO