[][src]Struct scte35_reader::Scte35SectionProcessor

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

Methods

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

pub fn new(processor: P) -> Scte35SectionProcessor<P, Ctx>[src]

Trait Implementations

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

type Context = Ctx

The type of the context object that the caller will pass through to the methods of this trait 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

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.