Class SpliceEvent
Object
com.wowza.wms.transport.mpeg2.section.cue.SpliceEvent
The Class SpliceEvent.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
The Class BreakDuration.class
The Class ComponentSpliceTime. -
Field Summary
FieldsModifier and TypeFieldDescriptionint
The avail num.int
The avails expected.The break duration.boolean
The cancel.The component splices.boolean
The duration flag.int
The event id.boolean
The out of network.int
The program id.boolean
The program splice.boolean
The splice immediate.The splice time. -
Constructor Summary
ConstructorsConstructorDescriptionSpliceEvent
(MPEG2Section data, boolean fromInsertCmd) Instantiates a new splice event. -
Method Summary
-
Field Details
-
eventID
public int eventIDThe event id. -
cancel
public boolean cancelThe cancel. -
outOfNetwork
public boolean outOfNetworkThe out of network. -
programSplice
public boolean programSpliceThe program splice. -
durationFlag
public boolean durationFlagThe duration flag. -
spliceImmediate
public boolean spliceImmediateThe splice immediate. -
spliceTime
The splice time. -
componentSplices
The component splices. -
breakDuration
The break duration. -
programID
public int programIDThe program id. -
availNum
public int availNumThe avail num. -
availsExpected
public int availsExpectedThe avails expected.
-
-
Constructor Details
-
SpliceEvent
Instantiates a new splice event.- Parameters:
data
- the datafromInsertCmd
- 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
-
getComponentSplices
-
getBreakDuration
-
getProgramID
public int getProgramID() -
getAvailNum
public int getAvailNum() -
getAvailsExpected
public int getAvailsExpected() -
serializeAMF
-
toString
-