Struct mpeg2ts_reader::demultiplex::PmtSection
[−]
[src]
pub struct PmtSection<'buf> { /* fields omitted */ }
Methods
impl<'buf> PmtSection<'buf>[src]
pub fn reserved1(&self) -> u8[src]
pub fn pcr_pid(&self) -> u16[src]
pub fn reserved2(&self) -> u8[src]
pub fn program_info_length(&self) -> u16[src]
ⓘImportant traits for DescriptorIter<'buf>pub fn descriptors(&self) -> DescriptorIter[src]
ⓘImportant traits for DescriptorIter<'buf>
ⓘImportant traits for StreamInfoIter<'buf>pub fn streams(&self) -> StreamInfoIter[src]
ⓘImportant traits for StreamInfoIter<'buf>