Package | Description |
---|---|
org.jcodec.codecs.mpeg4.es |
Modifier and Type | Class and Description |
---|---|
class |
DecoderConfig
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
DecoderSpecific
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
ES
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
NodeDescriptor
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
SL
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Modifier and Type | Method and Description |
---|---|
static Descriptor |
DescriptorParser.read(ByteBuffer input) |
Modifier and Type | Method and Description |
---|---|
Collection<Descriptor> |
NodeDescriptor.getChildren() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
NodeDescriptor.findByTag(Descriptor es,
int tag) |
Constructor and Description |
---|
DecoderConfig(int objectType,
int bufSize,
int maxBitrate,
int avgBitrate,
Collection<Descriptor> children) |
ES(int trackId,
Collection<Descriptor> children) |
NodeDescriptor(int tag,
Collection<Descriptor> children) |
Copyright © 2019. All rights reserved.