CIP_HDR2_FDF - NtDoc

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

NtDoc

No description available.

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

_CIP_HDR2_FDF structure

Description

The CIP_HDR2_FDF structure describes the second quadlet of a CIP header pair.

Members

FDF

Format dependent field. This is not used for opening a stream. These must be set to 0.

FMT

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

Bit10

Must be set to 1:0

See also

CIP_HDR1