CIP_HDR2_FDF structure (avcstrm.h)

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

Syntax

typedef struct _CIP_HDR2_FDF {
  ULONG FDF : 24;
  ULONG FMT : 6;
  ULONG Bit10 : 2;
} CIP_HDR2_FDF, *PCIP_HDR2_FDF;

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

Requirements

Requirement Value
Header avcstrm.h (include Avcstrm.h)

See also

CIP_HDR1