KS_DATAFORMAT_MPEG2TS_AVC - NtDoc

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

typedef struct tagKS_DATAFORMAT_MPEG2TS_AVC {
  KSDATAFORMAT   DataFormat;
  AVCCONNECTINFO ConnectInfo;
} KS_DATAFORMAT_MPEG2TS_AVC, *PKS_DATAFORMAT_MPEG2TS_AVC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tagKS_DATAFORMAT_MPEG2TS_AVC structure

Description

The KS_DATAFORMAT_MPEG2TS_AVC structure stores the data format for an AV/C MPEG2 connection.

Members

DataFormat

Specifies the data format of the MPEG2 connection.

ConnectInfo

Specifies the AV/C connection information.

See also

AVCCONNECTINFO

KSDATAFORMAT