Class SpliceInformationTable

Object
com.wowza.wms.transport.mpeg2.section.cue.SpliceInformationTable

public class SpliceInformationTable extends Object
The Class SpliceInformationTable.
  • Field Details

    • AMF_VERSION

      public static final int AMF_VERSION
      See Also:
    • INVALID

      public static final int INVALID
      The Constant INVALID.
      See Also:
    • SIT_TABLE_ID

      public static final int SIT_TABLE_ID
      The Constant SIT_TABLE_ID.
      See Also:
    • 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 List<Descriptor> spliceDescriptors
      The splice descriptors.
    • encryptedCRC

      public int encryptedCRC
      The encrypted crc.
  • Constructor Details

    • SpliceInformationTable

      public SpliceInformationTable(MPEG2Section section)
      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

      public SpliceCommand getCommand()
    • getSpliceDescriptors

      public List<Descriptor> getSpliceDescriptors()
    • getEncryptedCRC

      public int getEncryptedCRC()
    • serializeAMF

    • toString

      public String toString()
      Overrides:
      toString in class Object