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