KS_DATARANGE_DVVIDEO structure (avcstrm.h)

The KS_DATARANGE_DV_AVC structure stores a range of digital video formats.

Syntax

typedef struct tagKS_DATARANGE_DVVIDEO {
  KSDATARANGE DataRange;
  DVINFO      DVVideoInfo;
} KS_DATARANGE_DVVIDEO, *PKS_DATARANGE_DVVIDEO;

Members

DataRange

Specifies the range of supported digital video formats.

DVVideoInfo

Specifies the digital video information, for example, sound tracks and video information.

Requirements

Requirement Value
Header avcstrm.h (include Avcstrm.h)

See also

DVINFO

KSDATARANGE