public class SpliceInsertCommand extends SpliceCommand
| Modifier and Type | Field and Description |
|---|---|
SpliceEvent |
event
The event.
|
INVALID, name, SPLICE_COMMAND_BANDWIDTH_RES, SPLICE_COMMAND_INSERT, SPLICE_COMMAND_NULL, SPLICE_COMMAND_SCHEDULE, SPLICE_COMMAND_TIME_SIGNAL, type| Constructor and Description |
|---|
SpliceInsertCommand(MPEG2Section data)
Instantiates a new splice insert command.
|
| Modifier and Type | Method and Description |
|---|---|
SpliceEvent |
getEvent() |
AMFDataObj |
serializeAMF(SpliceInformationTableSerializeAMFContext context) |
String |
toString() |
getName, getTypepublic SpliceEvent event
public SpliceInsertCommand(MPEG2Section data)
data - the datapublic SpliceEvent getEvent()
public AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context)
serializeAMF in class SpliceCommandpublic String toString()
toString in class SpliceCommand