Class SpliceNullCommand
- Object
-
- com.wowza.wms.transport.mpeg2.section.cue.SpliceCommand
-
- com.wowza.wms.transport.mpeg2.section.cue.SpliceNullCommand
-
public class SpliceNullCommand extends SpliceCommand
The Class SpliceNullCommand.
-
-
Field Summary
-
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 SpliceNullCommand()
Instantiates a new splice null command.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AMFDataObj
serializeAMF(SpliceInformationTableSerializeAMFContext context)
String
toString()
-
Methods inherited from class com.wowza.wms.transport.mpeg2.section.cue.SpliceCommand
getName, getType
-
-
-
-
Method Detail
-
serializeAMF
public AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context)
- Overrides:
serializeAMF
in classSpliceCommand
-
toString
public String toString()
- Overrides:
toString
in classSpliceCommand
-
-