KS_DATARANGE_DV_AVC - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// avcstrm.h

typedef struct tagKS_DATARANGE_DV_AVC {
  KSDATARANGE       DataRange;
  DVINFO            DVVideoInfo;
  AVCPRECONNECTINFO ConnectInfo;
} KS_DATARANGE_DV_AVC, *PKS_DATARANGE_DV_AVC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-avcstrm-tagks_datarange_dv_avc)

tagKS_DATARANGE_DV_AVC structure

Description

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

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.

See also

AVCPRECONNECTINFO

DVINFO

KSDATARANGE