// 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 referenceNo description available.
The KS_DATAFORMAT_MPEG2TS_AVC structure stores the data format for an AV/C MPEG2 connection.
DataFormatSpecifies the data format of the MPEG2 connection.
ConnectInfoSpecifies the AV/C connection information.