Class SpliceEvent
- Object
-
- com.wowza.wms.transport.mpeg2.section.cue.SpliceEvent
-
public class SpliceEvent extends Object
The Class SpliceEvent.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
SpliceEvent.BreakDuration
The Class BreakDuration.class
SpliceEvent.ComponentSpliceTime
The Class ComponentSpliceTime.
-
Field Summary
Fields Modifier and Type Field Description int
availNum
The avail num.int
availsExpected
The avails expected.SpliceEvent.BreakDuration
breakDuration
The break duration.boolean
cancel
The cancel.java.util.Map<Integer,SpliceEvent.ComponentSpliceTime>
componentSplices
The component splices.boolean
durationFlag
The duration flag.int
eventID
The event id.boolean
outOfNetwork
The out of network.int
programID
The program id.boolean
programSplice
The program splice.boolean
spliceImmediate
The splice immediate.SpliceTime
spliceTime
The splice time.
-
Constructor Summary
Constructors Constructor Description SpliceEvent(MPEG2Section data, boolean fromInsertCmd)
Instantiates a new splice event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAvailNum()
int
getAvailsExpected()
SpliceEvent.BreakDuration
getBreakDuration()
java.util.Map<Integer,SpliceEvent.ComponentSpliceTime>
getComponentSplices()
int
getEventID()
int
getProgramID()
SpliceTime
getSpliceTime()
boolean
isCancel()
boolean
isDurationFlag()
boolean
isOutOfNetwork()
boolean
isProgramSplice()
boolean
isSpliceImmediate()
AMFDataObj
serializeAMF(SpliceInformationTableSerializeAMFContext context)
String
toString()
-
-
-
Field Detail
-
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 java.util.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 Detail
-
SpliceEvent
public SpliceEvent(MPEG2Section data, boolean fromInsertCmd)
Instantiates a new splice event.- Parameters:
data
- the datafromInsertCmd
- the from insert cmd
-
-
Method Detail
-
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 java.util.Map<Integer,SpliceEvent.ComponentSpliceTime> getComponentSplices()
-
getBreakDuration
public SpliceEvent.BreakDuration getBreakDuration()
-
getProgramID
public int getProgramID()
-
getAvailNum
public int getAvailNum()
-
getAvailsExpected
public int getAvailsExpected()
-
serializeAMF
public AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context)
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-