// 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 referenceNo description available.
The KS_DATAFORMAT_DV_AVC structure stores the data format for an AV/C digital video connection.
DataFormatSpecifies the data format of the digital video connection.
DVVideoInfoSpecifies the digital video information, for example, sound tracks and video information.
ConnectInfoSpecifies the AV/C connection information.