// avcstrm.h
typedef struct _CIP_HDR2_FDF {
ULONG FDF : 24;
ULONG FMT : 6;
ULONG Bit10 : 2;
} CIP_HDR2_FDF, *PCIP_HDR2_FDF;
View the official Windows Driver Kit DDI referenceNo description available.
The CIP_HDR2_FDF structure describes the second quadlet of a CIP header pair.
FDFFormat dependent field. This is not used for opening a stream. These must be set to 0.
FMTCIP format. For example, 000000 = DV and 100000 = MPEG2TS.
Bit10Must be set to 1:0