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