Class SpliceEvent
- Object
- 
- com.wowza.wms.transport.mpeg2.section.cue.SpliceEvent
 
- 
 public class SpliceEvent extends ObjectThe Class SpliceEvent.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classSpliceEvent.BreakDurationThe Class BreakDuration.classSpliceEvent.ComponentSpliceTimeThe Class ComponentSpliceTime.
 - 
Field SummaryFields Modifier and Type Field Description intavailNumThe avail num.intavailsExpectedThe avails expected.SpliceEvent.BreakDurationbreakDurationThe break duration.booleancancelThe cancel.java.util.Map<Integer,SpliceEvent.ComponentSpliceTime>componentSplicesThe component splices.booleandurationFlagThe duration flag.inteventIDThe event id.booleanoutOfNetworkThe out of network.intprogramIDThe program id.booleanprogramSpliceThe program splice.booleanspliceImmediateThe splice immediate.SpliceTimespliceTimeThe splice time.
 - 
Constructor SummaryConstructors Constructor Description SpliceEvent(MPEG2Section data, boolean fromInsertCmd)Instantiates a new splice event.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAvailNum()intgetAvailsExpected()SpliceEvent.BreakDurationgetBreakDuration()java.util.Map<Integer,SpliceEvent.ComponentSpliceTime>getComponentSplices()intgetEventID()intgetProgramID()SpliceTimegetSpliceTime()booleanisCancel()booleanisDurationFlag()booleanisOutOfNetwork()booleanisProgramSplice()booleanisSpliceImmediate()AMFDataObjserializeAMF(SpliceInformationTableSerializeAMFContext context)StringtoString()
 
- 
- 
- 
Field Detail- 
eventIDpublic int eventID The event id.
 - 
cancelpublic boolean cancel The cancel.
 - 
outOfNetworkpublic boolean outOfNetwork The out of network.
 - 
programSplicepublic boolean programSplice The program splice.
 - 
durationFlagpublic boolean durationFlag The duration flag.
 - 
spliceImmediatepublic boolean spliceImmediate The splice immediate.
 - 
spliceTimepublic SpliceTime spliceTime The splice time.
 - 
componentSplicespublic java.util.Map<Integer,SpliceEvent.ComponentSpliceTime> componentSplices The component splices.
 - 
breakDurationpublic SpliceEvent.BreakDuration breakDuration The break duration.
 - 
programIDpublic int programID The program id.
 - 
availNumpublic int availNum The avail num.
 - 
availsExpectedpublic int availsExpected The avails expected.
 
- 
 - 
Constructor Detail- 
SpliceEventpublic SpliceEvent(MPEG2Section data, boolean fromInsertCmd) Instantiates a new splice event.- Parameters:
- data- the data
- fromInsertCmd- the from insert cmd
 
 
- 
 - 
Method Detail- 
getEventIDpublic int getEventID() 
 - 
isCancelpublic boolean isCancel() 
 - 
isOutOfNetworkpublic boolean isOutOfNetwork() 
 - 
isProgramSplicepublic boolean isProgramSplice() 
 - 
isDurationFlagpublic boolean isDurationFlag() 
 - 
isSpliceImmediatepublic boolean isSpliceImmediate() 
 - 
getSpliceTimepublic SpliceTime getSpliceTime() 
 - 
getComponentSplicespublic java.util.Map<Integer,SpliceEvent.ComponentSpliceTime> getComponentSplices() 
 - 
getBreakDurationpublic SpliceEvent.BreakDuration getBreakDuration() 
 - 
getProgramIDpublic int getProgramID() 
 - 
getAvailNumpublic int getAvailNum() 
 - 
getAvailsExpectedpublic int getAvailsExpected() 
 - 
serializeAMFpublic AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context) 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- Object
 
 
- 
 
-