MPEG_HEADER_BITS structure (mpeg2bits.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
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
Requirement | Value |
---|---|
Header | mpeg2bits.h (include Mpeg2Structs.h) |