Struct mpeg2ts_reader::psi::SectionCommonHeader
[−]
[src]
pub struct SectionCommonHeader {
pub table_id: u8,
pub section_syntax_indicator: bool,
pub private_indicator: bool,
pub section_length: usize,
}Fields
table_id: u8
section_syntax_indicator: bool
private_indicator: bool
section_length: usize