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 Summary
Fields Modifier and Type Field Description SpliceTime
time
The time.-
Fields inherited from class com.wowza.wms.transport.mpeg2.section.cue.SpliceCommand
INVALID, name, SPLICE_COMMAND_BANDWIDTH_RES, SPLICE_COMMAND_INSERT, SPLICE_COMMAND_NULL, SPLICE_COMMAND_SCHEDULE, SPLICE_COMMAND_TIME_SIGNAL, type
-
-
Constructor Summary
Constructors Constructor Description SpliceTimeSignalCommand(MPEG2Section data)
Instantiates a new splice time signal command.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpliceTime
getTime()
AMFDataObj
serializeAMF(SpliceInformationTableSerializeAMFContext context)
String
toString()
-
Methods inherited from class com.wowza.wms.transport.mpeg2.section.cue.SpliceCommand
getName, getType
-
-
-
-
Field Detail
-
time
public SpliceTime time
The time.
-
-
Constructor Detail
-
SpliceTimeSignalCommand
public SpliceTimeSignalCommand(MPEG2Section data)
Instantiates a new splice time signal command.- Parameters:
data
- the data
-
-
Method Detail
-
getTime
public SpliceTime getTime()
-
serializeAMF
public AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context)
- Overrides:
serializeAMF
in classSpliceCommand
-
toString
public String toString()
- Overrides:
toString
in classSpliceCommand
-
-