TSDuck v3.38-3696
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
io.tsduck.TS Class Reference

General transport stream characteristics. More...

Static Public Attributes

static final int M2TS_HEADER_SIZE = 4
 Size in bytes of a timestamp preceeding a TS packet in M2TS files (Blu-ray disc).
 
static final int PKT_M2TS_SIZE = M2TS_HEADER_SIZE + PKT_SIZE
 Size in bytes of an TS packet in M2TS files (Blu-ray disc).
 
static final int PKT_RS_SIZE = PKT_SIZE + RS_SIZE
 Size in bytes of a TS packet with trailing Reed-Solomon outer FEC.
 
static final int PKT_SIZE = 188
 MPEG TS packet size in bytes.
 
static final int PKT_SIZE_BITS = 8 * PKT_SIZE
 MPEG TS packet size in bits.
 
static final int RS_SIZE = 16
 Size in bytes of a Reed-Solomon outer FEC.
 

Detailed Description

General transport stream characteristics.


The documentation for this class was generated from the following file: