Class SpliceEvent

Object
com.wowza.wms.transport.mpeg2.section.cue.SpliceEvent

public class SpliceEvent extends Object
The Class SpliceEvent.
  • Field Details

    • eventID

      public int eventID
      The event id.
    • cancel

      public boolean cancel
      The cancel.
    • outOfNetwork

      public boolean outOfNetwork
      The out of network.
    • programSplice

      public boolean programSplice
      The program splice.
    • durationFlag

      public boolean durationFlag
      The duration flag.
    • spliceImmediate

      public boolean spliceImmediate
      The splice immediate.
    • spliceTime

      public SpliceTime spliceTime
      The splice time.
    • componentSplices

      public Map<Integer,SpliceEvent.ComponentSpliceTime> componentSplices
      The component splices.
    • breakDuration

      public SpliceEvent.BreakDuration breakDuration
      The break duration.
    • programID

      public int programID
      The program id.
    • availNum

      public int availNum
      The avail num.
    • availsExpected

      public int availsExpected
      The avails expected.
  • Constructor Details

    • SpliceEvent

      public SpliceEvent(MPEG2Section data, boolean fromInsertCmd)
      Instantiates a new splice event.
      Parameters:
      data - the data
      fromInsertCmd - the from insert cmd
  • Method Details

    • getEventID

      public int getEventID()
    • isCancel

      public boolean isCancel()
    • isOutOfNetwork

      public boolean isOutOfNetwork()
    • isProgramSplice

      public boolean isProgramSplice()
    • isDurationFlag

      public boolean isDurationFlag()
    • isSpliceImmediate

      public boolean isSpliceImmediate()
    • getSpliceTime

      public SpliceTime getSpliceTime()
    • getComponentSplices

      public Map<Integer,SpliceEvent.ComponentSpliceTime> getComponentSplices()
    • getBreakDuration

      public SpliceEvent.BreakDuration getBreakDuration()
    • getProgramID

      public int getProgramID()
    • getAvailNum

      public int getAvailNum()
    • getAvailsExpected

      public int getAvailsExpected()
    • serializeAMF

    • toString

      public String toString()
      Overrides:
      toString in class Object