Class SpliceInsertCommand
- Object
- 
- com.wowza.wms.transport.mpeg2.section.cue.SpliceCommand
- 
- com.wowza.wms.transport.mpeg2.section.cue.SpliceInsertCommand
 
 
- 
 public class SpliceInsertCommand extends SpliceCommand The Class SpliceInsertCommand.
- 
- 
Field SummaryFields Modifier and Type Field Description SpliceEventeventThe event.- 
Fields inherited from class com.wowza.wms.transport.mpeg2.section.cue.SpliceCommandINVALID, name, SPLICE_COMMAND_BANDWIDTH_RES, SPLICE_COMMAND_INSERT, SPLICE_COMMAND_NULL, SPLICE_COMMAND_SCHEDULE, SPLICE_COMMAND_TIME_SIGNAL, type
 
- 
 - 
Constructor SummaryConstructors Constructor Description SpliceInsertCommand(MPEG2Section data)Instantiates a new splice insert command.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SpliceEventgetEvent()AMFDataObjserializeAMF(SpliceInformationTableSerializeAMFContext context)StringtoString()- 
Methods inherited from class com.wowza.wms.transport.mpeg2.section.cue.SpliceCommandgetName, getType
 
- 
 
- 
- 
- 
Field Detail- 
eventpublic SpliceEvent event The event.
 
- 
 - 
Constructor Detail- 
SpliceInsertCommandpublic SpliceInsertCommand(MPEG2Section data) Instantiates a new splice insert command.- Parameters:
- data- the data
 
 
- 
 - 
Method Detail- 
getEventpublic SpliceEvent getEvent() 
 - 
serializeAMFpublic AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context) - Overrides:
- serializeAMFin class- SpliceCommand
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- SpliceCommand
 
 
- 
 
-