Class SpliceEvent.ComponentSpliceTime
- Object
-
- com.wowza.wms.transport.mpeg2.section.cue.SpliceEvent.ComponentSpliceTime
-
- Enclosing class:
- SpliceEvent
public class SpliceEvent.ComponentSpliceTime extends Object
The Class ComponentSpliceTime.
-
-
Field Summary
Fields Modifier and Type Field Description int
componentTag
The component tag.SpliceTime
spliceTime
The splice time.
-
Constructor Summary
Constructors Constructor Description ComponentSpliceTime(MPEG2Section data, boolean fromInsertCommand)
Instantiates a new component splice time.
-
-
-
Field Detail
-
componentTag
public int componentTag
The component tag.
-
spliceTime
public SpliceTime spliceTime
The splice time.
-
-
Constructor Detail
-
ComponentSpliceTime
public ComponentSpliceTime(MPEG2Section data, boolean fromInsertCommand)
Instantiates a new component splice time.- Parameters:
data
- the datafromInsertCommand
- the from insert command
-
-