Class SpliceInformationTable
- Object
-
- com.wowza.wms.transport.mpeg2.section.cue.SpliceInformationTable
-
public class SpliceInformationTable extends Object
The Class SpliceInformationTable.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AMF_VERSION
SpliceCommand
command
The command.int
cwIndex
The CW index.int
encryptedCRC
The encrypted crc.boolean
encryptedPacket
The encrypted packet.int
encryptionAlgorithm
The encryption algorithm.static int
INVALID
The Constant INVALID.int
protocolVersion
The protocol version.long
ptsAdjustment
The PTS adjustment.static int
SIT_TABLE_ID
The Constant SIT_TABLE_ID.java.util.List<Descriptor>
spliceDescriptors
The splice descriptors.
-
Constructor Summary
Constructors Constructor Description SpliceInformationTable(MPEG2Section section)
Instantiates a new splice information table.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpliceCommand
getCommand()
int
getCwIndex()
int
getEncryptedCRC()
int
getEncryptionAlgorithm()
int
getProtocolVersion()
long
getPtsAdjustment()
java.util.List<Descriptor>
getSpliceDescriptors()
boolean
isEncryptedPacket()
AMFDataObj
serializeAMF(SpliceInformationTableSerializeAMFContext context)
String
toString()
-
-
-
Field Detail
-
AMF_VERSION
public static final int AMF_VERSION
- See Also:
- Constant Field Values
-
INVALID
public static final int INVALID
The Constant INVALID.- See Also:
- Constant Field Values
-
SIT_TABLE_ID
public static final int SIT_TABLE_ID
The Constant SIT_TABLE_ID.- See Also:
- Constant Field Values
-
protocolVersion
public int protocolVersion
The protocol version.
-
encryptedPacket
public boolean encryptedPacket
The encrypted packet.
-
encryptionAlgorithm
public int encryptionAlgorithm
The encryption algorithm.
-
ptsAdjustment
public long ptsAdjustment
The PTS adjustment.
-
cwIndex
public int cwIndex
The CW index.
-
command
public SpliceCommand command
The command.
-
spliceDescriptors
public java.util.List<Descriptor> spliceDescriptors
The splice descriptors.
-
encryptedCRC
public int encryptedCRC
The encrypted crc.
-
-
Constructor Detail
-
SpliceInformationTable
public SpliceInformationTable(MPEG2Section section)
Instantiates a new splice information table.- Parameters:
section
- the section
-
-
Method Detail
-
getProtocolVersion
public int getProtocolVersion()
-
isEncryptedPacket
public boolean isEncryptedPacket()
-
getEncryptionAlgorithm
public int getEncryptionAlgorithm()
-
getPtsAdjustment
public long getPtsAdjustment()
-
getCwIndex
public int getCwIndex()
-
getCommand
public SpliceCommand getCommand()
-
getSpliceDescriptors
public java.util.List<Descriptor> getSpliceDescriptors()
-
getEncryptedCRC
public int getEncryptedCRC()
-
serializeAMF
public AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context)
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-