Previous Next

KS_DATARANGE_ANALOGVIDEO

The KS_DATARANGE_ANALOGVIDEO structure describes an analog video stream.

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.

Headers

Declared in ksmedia.h. Include ksmedia.h.

See Also

KSDATARANGE, KS_ANALOGVIDEOINFO