public class SpliceInsertCommand extends SpliceCommand
| Modifier and Type | Field | 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 | Description |
|---|---|
SpliceInsertCommand(MPEG2Section data) |
Instantiates a new splice insert command.
|
| Modifier and Type | Method | Description |
|---|---|---|
SpliceEvent |
getEvent() |
|
AMFDataObj |
serializeAMF(SpliceInformationTableSerializeAMFContext context) |
|
String |
toString() |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, 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