Package | Description |
---|---|
org.jcodec.containers.mps | |
org.jcodec.containers.mps.psi |
Modifier and Type | Method and Description |
---|---|
static PSISection |
MTSUtils.parseSection(ByteBuffer data)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PATSection
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Represents PAT ( Program Association Table ) PSI payload of MPEG Transport
stream
|
class |
PMTSection
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Represents PMT ( Program Map Table ) of the MPEG Transport stream
This section contains information about streams of an individual program, a
program usually contains two or more streams, such as video, audio, text,
etc..
|
Modifier and Type | Method and Description |
---|---|
static PSISection |
PSISection.parsePSI(ByteBuffer data) |
Constructor and Description |
---|
PATSection(PSISection psi,
int[] networkPids,
IntIntMap programs) |
PMTSection(PSISection psi,
int pcrPid,
PMTSection.Tag[] tags,
PMTSection.PMTStream[] streams) |
Copyright © 2019. All rights reserved.