Class SpliceEvent.ComponentSpliceTime
Object
com.wowza.wms.transport.mpeg2.section.cue.SpliceEvent.ComponentSpliceTime
- Enclosing class:
- SpliceEvent
The Class ComponentSpliceTime.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The component tag.The splice time. -
Constructor Summary
ConstructorsConstructorDescriptionComponentSpliceTime
(MPEG2Section data, boolean fromInsertCommand) Instantiates a new component splice time. -
Method Summary
-
Field Details
-
componentTag
public int componentTagThe component tag. -
spliceTime
The splice time.
-
-
Constructor Details
-
ComponentSpliceTime
Instantiates a new component splice time.- Parameters:
data
- the datafromInsertCommand
- the from insert command
-