public class SpliceInformationTable
extends Object
| Modifier and Type | Field and 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 and Description |
|---|
SpliceInformationTable(MPEG2Section section)
Instantiates a new splice information table.
|
| Modifier and Type | Method and 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() |
public static final int AMF_VERSION
public SpliceCommand command
public int cwIndex
public int encryptedCRC
public boolean encryptedPacket
public int encryptionAlgorithm
public static final int INVALID
public int protocolVersion
public long ptsAdjustment
public static final int SIT_TABLE_ID
public java.util.List<Descriptor> spliceDescriptors
public SpliceInformationTable(MPEG2Section section)
section - the sectionpublic SpliceCommand getCommand()
public int getCwIndex()
public int getEncryptedCRC()
public int getEncryptionAlgorithm()
public int getProtocolVersion()
public long getPtsAdjustment()
public java.util.List<Descriptor> getSpliceDescriptors()
public boolean isEncryptedPacket()
public AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context)
public String toString()
toString in class Object