Struct mpeg2ts_reader::demultiplex::PmtSection [−][src]
pub struct PmtSection<'buf> { /* fields omitted */ }Methods
impl<'buf> PmtSection<'buf>[src]
impl<'buf> PmtSection<'buf>pub fn from_bytes(data: &'buf [u8]) -> Result<PmtSection<'buf>, DemuxError>[src]
pub fn from_bytes(data: &'buf [u8]) -> Result<PmtSection<'buf>, DemuxError>pub fn reserved1(&self) -> u8[src]
pub fn reserved1(&self) -> u8pub fn pcr_pid(&self) -> u16[src]
pub fn pcr_pid(&self) -> u16pub fn reserved2(&self) -> u8[src]
pub fn reserved2(&self) -> u8pub fn program_info_length(&self) -> u16[src]
pub fn program_info_length(&self) -> u16ⓘImportant traits for DescriptorIter<'buf, Desc>pub fn descriptors<Desc: Descriptor<'buf>>(&self) -> DescriptorIter<'buf, Desc>[src]
ⓘImportant traits for DescriptorIter<'buf, Desc>
pub fn descriptors<Desc: Descriptor<'buf>>(&self) -> DescriptorIter<'buf, Desc>ⓘImportant traits for StreamInfoIter<'buf>pub fn streams(&self) -> StreamInfoIter[src]
ⓘImportant traits for StreamInfoIter<'buf>
pub fn streams(&self) -> StreamInfoIterTrait Implementations
impl<'buf> Debug for PmtSection<'buf>[src]
impl<'buf> Debug for PmtSection<'buf>Auto Trait Implementations
impl<'buf> Send for PmtSection<'buf>
impl<'buf> Send for PmtSection<'buf>impl<'buf> Sync for PmtSection<'buf>
impl<'buf> Sync for PmtSection<'buf>