KS_DATARANGE_ANALOGVIDEO structure (ksmedia.h)

The KS_DATARANGE_ANALOGVIDEO structure describes an analog video stream.

Syntax

typedef struct tagKS_DATARANGE_ANALOGVIDEO {
  KSDATARANGE        DataRange;
  KS_ANALOGVIDEOINFO AnalogVideoInfo;
} KS_DATARANGE_ANALOGVIDEO, *PKS_DATARANGE_ANALOGVIDEO;

Members

DataRange

Specifies the major identifier for the format.

AnalogVideoInfo

Specifies the details of the analog video stream.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)

See also

KSDATARANGE

KS_ANALOGVIDEOINFO