Struct mpeg2ts_reader::demultiplex::PatProcessor [−][src]
pub struct PatProcessor<Ctx: DemuxContext> { /* fields omitted */ }
Methods
impl<Ctx: DemuxContext> PatProcessor<Ctx>[src]
impl<Ctx: DemuxContext> PatProcessor<Ctx>pub fn new() -> PatProcessor<Ctx>[src]
pub fn new() -> PatProcessor<Ctx>Trait Implementations
impl<Ctx: DemuxContext> WholeSectionSyntaxPayloadParser for PatProcessor<Ctx>[src]
impl<Ctx: DemuxContext> WholeSectionSyntaxPayloadParser for PatProcessor<Ctx>type Context = Ctx
fn section<'a>(
&mut self,
ctx: &mut Self::Context,
header: &SectionCommonHeader,
table_syntax_header: &TableSyntaxHeader,
data: &'a [u8]
)[src]
fn section<'a>(
&mut self,
ctx: &mut Self::Context,
header: &SectionCommonHeader,
table_syntax_header: &TableSyntaxHeader,
data: &'a [u8]
)Auto Trait Implementations
impl<Ctx> Send for PatProcessor<Ctx> where
Ctx: Send,
impl<Ctx> Send for PatProcessor<Ctx> where
Ctx: Send, impl<Ctx> Sync for PatProcessor<Ctx> where
Ctx: Sync,
impl<Ctx> Sync for PatProcessor<Ctx> where
Ctx: Sync,