// avcstrm.h
typedef struct _CIP_HDR2_MPEGTS {
ULONG TSF : 1;
ULONG RSV23bit : 23;
ULONG FMT : 6;
ULONG Bit10 : 2;
} CIP_HDR2_MPEGTS, *PCIP_HDR2_MPEGTS;
View the official Windows Driver Kit DDI referenceNo description available.
The CIP_HDR2_MPEGTS structure describes the second quadlet of a CIP header pair for an MPEGTS format stream.
TSFTime-shift flag. This is not used for opening a stream.
RSV23bitReserved bits. This must be 0. Do not use this.
FMTCIP format. For example, 000000 = DV and 100000 = MPEGTS.
Bit10Must be set to 1:0