Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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_NEXTValue: 0 Indicates that the table is current applicable. |
MPEG_SECTION_IS_CURRENTValue: 1 Indicates that the table is not yet applicable, and will be the next valid table. |
Requirements
| Requirement | Value |
|---|---|
| Header | mpeg2structs.h |