MPEG_CURRENT_NEXT_BIT enumeration (mpeg2structs.h)

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

Syntax

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

Constants

 
MPEG_SECTION_IS_NEXT
Value: 0
Indicates that the table is current applicable.
MPEG_SECTION_IS_CURRENT
Value: 1
Indicates that the table is not yet applicable, and will be the next valid table.

Requirements

   
Header mpeg2structs.h

See also

BDA Enumeration Types