Class SpliceTimeSignalCommand
- Object
- 
- com.wowza.wms.transport.mpeg2.section.cue.SpliceCommand
- 
- com.wowza.wms.transport.mpeg2.section.cue.SpliceTimeSignalCommand
 
 
- 
 public class SpliceTimeSignalCommand extends SpliceCommand The Class SpliceTimeSignalCommand.
- 
- 
Field SummaryFields Modifier and Type Field Description SpliceTimetimeThe time.- 
Fields inherited from class com.wowza.wms.transport.mpeg2.section.cue.SpliceCommandINVALID, name, SPLICE_COMMAND_BANDWIDTH_RES, SPLICE_COMMAND_INSERT, SPLICE_COMMAND_NULL, SPLICE_COMMAND_SCHEDULE, SPLICE_COMMAND_TIME_SIGNAL, type
 
- 
 - 
Constructor SummaryConstructors Constructor Description SpliceTimeSignalCommand(MPEG2Section data)Instantiates a new splice time signal command.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SpliceTimegetTime()AMFDataObjserializeAMF(SpliceInformationTableSerializeAMFContext context)StringtoString()- 
Methods inherited from class com.wowza.wms.transport.mpeg2.section.cue.SpliceCommandgetName, getType
 
- 
 
- 
- 
- 
Field Detail- 
timepublic SpliceTime time The time.
 
- 
 - 
Constructor Detail- 
SpliceTimeSignalCommandpublic SpliceTimeSignalCommand(MPEG2Section data) Instantiates a new splice time signal command.- Parameters:
- data- the data
 
 
- 
 - 
Method Detail- 
getTimepublic SpliceTime getTime() 
 - 
serializeAMFpublic AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context) - Overrides:
- serializeAMFin class- SpliceCommand
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- SpliceCommand
 
 
- 
 
-