| Package | Description |
|---|---|
| org.davic.mpeg.sections |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Section.current_next_indicator()
This method returns the value of the corresponding field from an MPEG-2 section header.
|
byte |
Section.getByteAt(int index)
This method returns one byte from the filtered data.
|
byte[] |
Section.getData()
This method returns all data from the filtered section in the Section object, including the
section header.
|
byte[] |
Section.getData(int index,
int length)
This method returns the specified part of the filtered data.
|
int |
Section.last_section_number()
This method returns the value of the corresponding field from an MPEG-2 section header.
|
boolean |
Section.private_indicator()
This method returns the value of the corresponding field from an MPEG-2 section header.
|
int |
Section.section_length()
This method returns the value of the corresponding field from an MPEG-2 section header.
|
int |
Section.section_number()
This method returns the value of the corresponding field from an MPEG-2 section header.
|
boolean |
Section.section_syntax_indicator()
This method returns the value of the corresponding field from an MPEG-2 section header.
|
int |
Section.table_id_extension()
This method returns the value of the corresponding field from an MPEG-2 section header.
|
int |
Section.table_id()
This method returns the value of the corresponding field from an MPEG-2 section header.
|
short |
Section.version_number()
This method returns the value of the corresponding field from an MPEG-2 section header.
|
Copyright © 2012 code4tv.com. All Rights Reserved.