Struct scte35_reader::Scte35SectionProcessor [] [src]

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

Methods

impl<P> Scte35SectionProcessor<P> where
    P: SpliceInfoProcessor
[src]

[src]

Trait Implementations

impl<P> SectionProcessor for Scte35SectionProcessor<P> where
    P: SpliceInfoProcessor
[src]

[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

[src]

[src]

Auto Trait Implementations

impl<P> Send for Scte35SectionProcessor<P> where
    P: Send

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