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