KS_DATAFORMAT_DV_AVC - NtDoc

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

typedef struct tagKS_DATAFORMAT_DV_AVC {
  KSDATAFORMAT   DataFormat;
  DVINFO         DVVideoInfo;
  AVCCONNECTINFO ConnectInfo;
} KS_DATAFORMAT_DV_AVC, *PKS_DATAFORMAT_DV_AVC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tagKS_DATAFORMAT_DV_AVC structure

Description

The KS_DATAFORMAT_DV_AVC structure stores the data format for an AV/C digital video connection.

Members

DataFormat

Specifies the data format of the digital video connection.

DVVideoInfo

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

ConnectInfo

Specifies the AV/C connection information.

See also

AVCCONNECTINFO

DVINFO

KSDATAFORMAT