Struct mpeg2ts_reader::psi::SectionSyntaxSectionProcessor[][src]

pub struct SectionSyntaxSectionProcessor<SP> where
    SP: SectionSyntaxPayloadParser
{ /* fields omitted */ }

Methods

impl<SP> SectionSyntaxSectionProcessor<SP> where
    SP: SectionSyntaxPayloadParser
[src]

Trait Implementations

impl<SP> SectionProcessor for SectionSyntaxSectionProcessor<SP> where
    SP: SectionSyntaxPayloadParser
[src]

Note that the first 3 bytes of section_data contain the header fields that have also been supplied to this call in the header parameter. This is to allow implementers to calculate a CRC over the whole section if required. Read more

Auto Trait Implementations

impl<SP> Send for SectionSyntaxSectionProcessor<SP> where
    SP: Send

impl<SP> Sync for SectionSyntaxSectionProcessor<SP> where
    SP: Sync