Trait mpeg2ts_reader::psi::WholeSectionSyntaxPayloadParser[][src]

pub trait WholeSectionSyntaxPayloadParser {
    type Context;
    fn section<'a>(
        &mut self,
        _: &mut Self::Context,
        header: &SectionCommonHeader,
        table_syntax_header: &TableSyntaxHeader,
        data: &'a [u8]
    ); }

Associated Types

Required Methods

Implementors