CIP_HDR2_MPEGTS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_CIP_HDR2_MPEGTS structure

Description

The CIP_HDR2_MPEGTS structure describes the second quadlet of a CIP header pair for an MPEGTS format stream.

Members

TSF

Time-shift flag. This is not used for opening a stream.

RSV23bit

Reserved bits. This must be 0. Do not use this.

FMT

CIP format. For example, 000000 = DV and 100000 = MPEGTS.

Bit10

Must be set to 1:0

See also

CIP_HDR1