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 Summary
Fields Modifier and Type Field Description java.util.List<SpliceEvent>
spliceEvents
The splice events.-
Fields inherited from class com.wowza.wms.transport.mpeg2.section.cue.SpliceCommand
INVALID, name, SPLICE_COMMAND_BANDWIDTH_RES, SPLICE_COMMAND_INSERT, SPLICE_COMMAND_NULL, SPLICE_COMMAND_SCHEDULE, SPLICE_COMMAND_TIME_SIGNAL, type
-
-
Constructor Summary
Constructors Constructor Description SpliceScheduleCommand(MPEG2Section data)
Instantiates a new splice schedule command.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SpliceEvent>
getSpliceEvents()
AMFDataObj
serializeAMF(SpliceInformationTableSerializeAMFContext context)
String
toString()
-
Methods inherited from class com.wowza.wms.transport.mpeg2.section.cue.SpliceCommand
getName, getType
-
-
-
-
Field Detail
-
spliceEvents
public java.util.List<SpliceEvent> spliceEvents
The splice events.
-
-
Constructor Detail
-
SpliceScheduleCommand
public SpliceScheduleCommand(MPEG2Section data)
Instantiates a new splice schedule command.- Parameters:
data
- the data
-
-
Method Detail
-
getSpliceEvents
public java.util.List<SpliceEvent> getSpliceEvents()
-
serializeAMF
public AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context)
- Overrides:
serializeAMF
in classSpliceCommand
-
toString
public String toString()
- Overrides:
toString
in classSpliceCommand
-
-