Class SpliceInformationTable
Object
com.wowza.wms.transport.mpeg2.section.cue.SpliceInformationTable
The Class SpliceInformationTable.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The command.int
The CW index.int
The encrypted crc.boolean
The encrypted packet.int
The encryption algorithm.static final int
The Constant INVALID.int
The protocol version.long
The PTS adjustment.static final int
The Constant SIT_TABLE_ID.The splice descriptors. -
Constructor Summary
ConstructorsConstructorDescriptionSpliceInformationTable
(MPEG2Section section) Instantiates a new splice information table. -
Method Summary
-
Field Details
-
AMF_VERSION
public static final int AMF_VERSION- See Also:
-
INVALID
public static final int INVALIDThe Constant INVALID.- See Also:
-
SIT_TABLE_ID
public static final int SIT_TABLE_IDThe Constant SIT_TABLE_ID.- See Also:
-
protocolVersion
public int protocolVersionThe protocol version. -
encryptedPacket
public boolean encryptedPacketThe encrypted packet. -
encryptionAlgorithm
public int encryptionAlgorithmThe encryption algorithm. -
ptsAdjustment
public long ptsAdjustmentThe PTS adjustment. -
cwIndex
public int cwIndexThe CW index. -
command
The command. -
spliceDescriptors
The splice descriptors. -
encryptedCRC
public int encryptedCRCThe encrypted crc.
-
-
Constructor Details
-
SpliceInformationTable
Instantiates a new splice information table.- Parameters:
section
- the section
-
-
Method Details
-
getProtocolVersion
public int getProtocolVersion() -
isEncryptedPacket
public boolean isEncryptedPacket() -
getEncryptionAlgorithm
public int getEncryptionAlgorithm() -
getPtsAdjustment
public long getPtsAdjustment() -
getCwIndex
public int getCwIndex() -
getCommand
-
getSpliceDescriptors
-
getEncryptedCRC
public int getEncryptedCRC() -
serializeAMF
-
toString
-