MPEG_HEADER_BITS Structure
The MPEG_HEADER_BITS structure contains the first 16 bits that follow the table_id in a generic MPEG-2 section header.
Syntax
typedef struct {
WORD SectionLength :12;
WORD Reserved :2;
WORD PrivateIndicator :1;
WORD SectionSyntaxIndicator :1;
} MPEG_HEADER_BITS,
*PMPEG_HEADER_BITS;
Members
SectionLength
The length of the section, in bytes.Reserved
Two reserved bits.PrivateIndicator
The private_indicator bit.SectionSyntaxIndicator
The section_syntax_indicator bit.
Requirements
Header | Declared in Mpeg2Bits.h; include Mpeg2Structs.h. |
See Also
BDA Structures
SECTION Structure
Send comments about this topic to Microsoft
Build date: 12/4/2008