Class SpliceInformationTable
- Object
- 
- com.wowza.wms.transport.mpeg2.section.cue.SpliceInformationTable
 
- 
 public class SpliceInformationTable extends ObjectThe Class SpliceInformationTable.
- 
- 
Field SummaryFields Modifier and Type Field Description static intAMF_VERSIONSpliceCommandcommandThe command.intcwIndexThe CW index.intencryptedCRCThe encrypted crc.booleanencryptedPacketThe encrypted packet.intencryptionAlgorithmThe encryption algorithm.static intINVALIDThe Constant INVALID.intprotocolVersionThe protocol version.longptsAdjustmentThe PTS adjustment.static intSIT_TABLE_IDThe Constant SIT_TABLE_ID.java.util.List<Descriptor>spliceDescriptorsThe splice descriptors.
 - 
Constructor SummaryConstructors Constructor Description SpliceInformationTable(MPEG2Section section)Instantiates a new splice information table.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SpliceCommandgetCommand()intgetCwIndex()intgetEncryptedCRC()intgetEncryptionAlgorithm()intgetProtocolVersion()longgetPtsAdjustment()java.util.List<Descriptor>getSpliceDescriptors()booleanisEncryptedPacket()AMFDataObjserializeAMF(SpliceInformationTableSerializeAMFContext context)StringtoString()
 
- 
- 
- 
Field Detail- 
AMF_VERSIONpublic static final int AMF_VERSION - See Also:
- Constant Field Values
 
 - 
INVALIDpublic static final int INVALID The Constant INVALID.- See Also:
- Constant Field Values
 
 - 
SIT_TABLE_IDpublic static final int SIT_TABLE_ID The Constant SIT_TABLE_ID.- See Also:
- Constant Field Values
 
 - 
protocolVersionpublic int protocolVersion The protocol version.
 - 
encryptedPacketpublic boolean encryptedPacket The encrypted packet.
 - 
encryptionAlgorithmpublic int encryptionAlgorithm The encryption algorithm.
 - 
ptsAdjustmentpublic long ptsAdjustment The PTS adjustment.
 - 
cwIndexpublic int cwIndex The CW index.
 - 
commandpublic SpliceCommand command The command.
 - 
spliceDescriptorspublic java.util.List<Descriptor> spliceDescriptors The splice descriptors.
 - 
encryptedCRCpublic int encryptedCRC The encrypted crc.
 
- 
 - 
Constructor Detail- 
SpliceInformationTablepublic SpliceInformationTable(MPEG2Section section) Instantiates a new splice information table.- Parameters:
- section- the section
 
 
- 
 - 
Method Detail- 
getProtocolVersionpublic int getProtocolVersion() 
 - 
isEncryptedPacketpublic boolean isEncryptedPacket() 
 - 
getEncryptionAlgorithmpublic int getEncryptionAlgorithm() 
 - 
getPtsAdjustmentpublic long getPtsAdjustment() 
 - 
getCwIndexpublic int getCwIndex() 
 - 
getCommandpublic SpliceCommand getCommand() 
 - 
getSpliceDescriptorspublic java.util.List<Descriptor> getSpliceDescriptors() 
 - 
getEncryptedCRCpublic int getEncryptedCRC() 
 - 
serializeAMFpublic AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context) 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- Object
 
 
- 
 
-