| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
MediaDescriptor.Type |
Coder.getCodecType()
A short hand for getCodec().getType().
|
MediaDescriptor.Type |
FilterLink.getInputPadType() |
MediaDescriptor.Type |
Filter.getInputType(int index) |
MediaDescriptor.Type |
FilterType.getInputType(int index) |
MediaDescriptor.Type |
FilterLink.getMediaType() |
MediaDescriptor.Type |
FilterLink.getOutputPadType() |
MediaDescriptor.Type |
Filter.getOutputType(int index) |
MediaDescriptor.Type |
FilterType.getOutputType(int index) |
MediaDescriptor.Type |
CodecDescriptor.getType() |
MediaDescriptor.Type |
Codec.getType()
Get the type of this codec.
|
static MediaDescriptor.Type |
MediaDescriptor.Type.swigToEnum(int swigValue) |
static MediaDescriptor.Type |
MediaDescriptor.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaDescriptor.Type[] |
MediaDescriptor.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Codec.ID |
MuxerFormat.guessCodec(String shortName,
String filename,
String mimeType,
MediaDescriptor.Type type) |
static Codec |
Codec.guessEncodingCodec(MuxerFormat fmt,
String shortName,
String url,
String mimeType,
MediaDescriptor.Type type)
Ask us to guess an encoding codec based on the inputs
passed in. |
Copyright © 2018 Humble Software. All rights reserved.