Share via


MPEG_HEADER_VERSION_BITS Structure

The MPEG_HEADER_VERSION_BITS structure contains the first 8 bits following the TSID in an MPEG-2 PSI section. These bits contain the version number and the current/next indicator.

Syntax

typedef struct {
  BYTE CurrentNextIndicator  :1;
  BYTE VersionNumber  :5;
  BYTE Reserved  :2;
} MPEG_HEADER_VERSION_BITS, 
 *PMPEG_HEADER_VERSION_BITS;

Members

  • CurrentNextIndicator
    The current_next_indicator field.

  • VersionNumber
    The version_number field.

  • Reserved
    Two reserved bits.

Requirements

Header Declared in Mpeg2Bits.h; include Mpeg2Structs.h.

See Also

BDA Structures

Send comments about this topic to Microsoft

Build date: 12/4/2008