KS_DATARANGE_DV_AVC structure (avcstrm.h)

The KS_DATARANGE_DV_AVC structure stores a range of AV/C digital video formats.

Syntax

typedef struct tagKS_DATARANGE_DV_AVC {
  KSDATARANGE       DataRange;
  DVINFO            DVVideoInfo;
  AVCPRECONNECTINFO ConnectInfo;
} KS_DATARANGE_DV_AVC, *PKS_DATARANGE_DV_AVC;

Members

DataRange

Specifies the range of supported AV/C digital video formats.

DVVideoInfo

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

ConnectInfo

Specifies the AV/C preconnection info.

Requirements

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

See also

AVCPRECONNECTINFO

DVINFO

KSDATARANGE