KS_DATARANGE_MPEG2TS_AVC structure (avcstrm.h)

The KS_DATARANGE_MPEG2TS_AVC structure stores a range of AV/C MPEG2 formats.

Syntax

typedef struct tagKS_DATARANGE_MPEG2TS_AVC {
  KSDATARANGE       DataRange;
  AVCPRECONNECTINFO ConnectInfo;
} KS_DATARANGE_MPEG2TS_AVC, *PKS_DATARANGE_MPEG2TS_AVC;

Members

DataRange

Specifies the range of supported AV/C MPEG2 formats.

ConnectInfo

Specifies the AV/C preconnection info.

Requirements

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

See also

AVCPRECONNECTINFO

KSDATARANGE