Struct scte35_reader::Scte35SectionProcessor[][src]

pub struct Scte35SectionProcessor<P, Ctx: DemuxContext> where
    P: SpliceInfoProcessor
{ /* fields omitted */ }

Methods

impl<P, Ctx: DemuxContext> Scte35SectionProcessor<P, Ctx> where
    P: SpliceInfoProcessor
[src]

Trait Implementations

impl<P, Ctx: DemuxContext> SectionProcessor for Scte35SectionProcessor<P, Ctx> where
    P: SpliceInfoProcessor
[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<P, Ctx> Send for Scte35SectionProcessor<P, Ctx> where
    Ctx: Send,
    P: Send

impl<P, Ctx> Sync for Scte35SectionProcessor<P, Ctx> where
    Ctx: Sync,
    P: Sync