public class SpliceScheduleCommand extends SpliceCommand
| Modifier and Type | Field and Description |
|---|---|
java.util.List<SpliceEvent> |
spliceEvents
The splice events.
|
INVALID, name, SPLICE_COMMAND_BANDWIDTH_RES, SPLICE_COMMAND_INSERT, SPLICE_COMMAND_NULL, SPLICE_COMMAND_SCHEDULE, SPLICE_COMMAND_TIME_SIGNAL, type| Constructor and Description |
|---|
SpliceScheduleCommand(MPEG2Section data)
Instantiates a new splice schedule command.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SpliceEvent> |
getSpliceEvents() |
AMFDataObj |
serializeAMF(SpliceInformationTableSerializeAMFContext context) |
String |
toString() |
getName, getTypepublic java.util.List<SpliceEvent> spliceEvents
public SpliceScheduleCommand(MPEG2Section data)
data - the datapublic java.util.List<SpliceEvent> getSpliceEvents()
public AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context)
serializeAMF in class SpliceCommandpublic String toString()
toString in class SpliceCommand