MPEG_CURRENT_NEXT_BIT
Microsoft DirectShow 9.0 |
MPEG_CURRENT_NEXT_BIT
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;
Members
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: Include Mpeg2Structs.h.
See Also