| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Codec.ID |
Coder.getCodecID()
A short hand for getCodec().getID().
|
Codec.ID |
MuxerFormat.getDefaultAudioCodecId()
Get the default audio codec for this format.
|
Codec.ID |
MuxerFormat.getDefaultSubtitleCodecId()
Get the default subtitle coded for this format.
|
Codec.ID |
MuxerFormat.getDefaultVideoCodecId()
Get the default video codec for this format.
|
Codec.ID |
CodecDescriptor.getId()
Get the codec ID for this descriptor
|
Codec.ID |
Codec.getID()
Get the ID of this codec as an enumeration.
|
Codec.ID |
MuxerFormat.guessCodec(String shortName,
String filename,
String mimeType,
MediaDescriptor.Type type) |
static Codec.ID |
Codec.ID.swigToEnum(int swigValue) |
static Codec.ID |
Codec.ID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Codec.ID[] |
Codec.ID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Codec.ID> |
ContainerFormat.getSupportedCodecs()
Returns a list of all codecs supported for this Object.
|
| Modifier and Type | Method and Description |
|---|---|
static Codec |
Codec.findDecodingCodec(Codec.ID id)
Find a codec that can be used for decoding.
|
static Codec |
Codec.findEncodingCodec(Codec.ID id)
Find a codec that can be used for encoding.
|
long |
MuxerFormat.getBestCodecTag(Codec.ID id)
Get the 'best' codec tag for the given codec id for this container.
|
static CodecDescriptor |
CodecDescriptor.make(Codec.ID id)
Get the descriptor for the given id.
|
int |
Demuxer.setForcedAudioCodec(Codec.ID id)
Forces the Demuxer to assume all audio streams are
encoded with the given audio codec when demuxing. |
int |
Demuxer.setForcedSubtitleCodec(Codec.ID id)
Forces the Demuxer to assume all subtitle streams are
encoded with the given subtitle codec when demuxing. |
int |
Demuxer.setForcedVideoCodec(Codec.ID id)
Forces the Demuxer to assume all video streams are
encoded with the given video codec when demuxing. |
Copyright © 2018 Humble Software. All rights reserved.