Class SpliceScheduleCommand
- Object
- 
- com.wowza.wms.transport.mpeg2.section.cue.SpliceCommand
- 
- com.wowza.wms.transport.mpeg2.section.cue.SpliceScheduleCommand
 
 
- 
 public class SpliceScheduleCommand extends SpliceCommand The Class SpliceScheduleCommand.
- 
- 
Field SummaryFields Modifier and Type Field Description java.util.List<SpliceEvent>spliceEventsThe splice events.- 
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 SpliceScheduleCommand(MPEG2Section data)Instantiates a new splice schedule command.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SpliceEvent>getSpliceEvents()AMFDataObjserializeAMF(SpliceInformationTableSerializeAMFContext context)StringtoString()- 
Methods inherited from class com.wowza.wms.transport.mpeg2.section.cue.SpliceCommandgetName, getType
 
- 
 
- 
- 
- 
Field Detail- 
spliceEventspublic java.util.List<SpliceEvent> spliceEvents The splice events.
 
- 
 - 
Constructor Detail- 
SpliceScheduleCommandpublic SpliceScheduleCommand(MPEG2Section data) Instantiates a new splice schedule command.- Parameters:
- data- the data
 
 
- 
 - 
Method Detail- 
getSpliceEventspublic java.util.List<SpliceEvent> getSpliceEvents() 
 - 
serializeAMFpublic AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context) - Overrides:
- serializeAMFin class- SpliceCommand
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- SpliceCommand
 
 
- 
 
-