Struct mpeg2ts_reader::demultiplex::StreamInfo [−][src]
pub struct StreamInfo<'buf> { /* fields omitted */ }Methods
impl<'buf> StreamInfo<'buf>[src]
impl<'buf> StreamInfo<'buf>pub fn stream_type(&self) -> StreamType[src]
pub fn stream_type(&self) -> StreamTypepub fn reserved1(&self) -> u8[src]
pub fn reserved1(&self) -> u8pub fn elementary_pid(&self) -> u16[src]
pub fn elementary_pid(&self) -> u16pub fn reserved2(&self) -> u8[src]
pub fn reserved2(&self) -> u8pub fn es_info_length(&self) -> u16[src]
pub fn es_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>Trait Implementations
impl<'buf> Debug for StreamInfo<'buf>[src]
impl<'buf> Debug for StreamInfo<'buf>Auto Trait Implementations
impl<'buf> Send for StreamInfo<'buf>
impl<'buf> Send for StreamInfo<'buf>impl<'buf> Sync for StreamInfo<'buf>
impl<'buf> Sync for StreamInfo<'buf>