Enum scte35_reader::SpliceCommandType [] [src]

pub enum SpliceCommandType {
    SpliceNull,
    Reserved(u8),
    SpliceSchedule,
    SpliceInsert,
    TimeSignal,
    BandwidthReservation,
    PrivateCommand,
}

Variants

Methods

impl SpliceCommandType
[src]

Trait Implementations

impl Debug for SpliceCommandType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations