Share via


MPEG_CURRENT_NEXT_BIT Enumeration

The MPEG_CURRENT_NEXT_BIT enumeration type specifies the value of the current_next_indicator bit.

Syntax

typedef enum  {
  MPEG_SECTION_IS_NEXT      = 0,
  MPEG_SECTION_IS_CURRENT   = 1 
} MPEG_CURRENT_NEXT_BIT;

Constants

  • MPEG_SECTION_IS_NEXT
    Indicates that the table is current applicable.

  • MPEG_SECTION_IS_CURRENT
    Indicates that the table is not yet applicable, and will be the next valid table.

Requirements

Header Declared in Mpeg2Structs.h.

See Also

BDA Enumeration Types

Send comments about this topic to Microsoft

Build date: 12/4/2008