| Modifier and Type | Method and Description |
|---|---|
static CodecID |
CodecID.byId(int id)
Get a
CodecID that matches to the specified FFmpeg id. |
CodecID |
Codec.getID()
Get the id of this
Codec. |
static CodecID |
CodecID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodecID[] |
CodecID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Codec |
Codec.getDecoderById(CodecID codecId)
Create a new decoder with specified codec id.
|
static Codec |
Codec.getEncoderById(CodecID codecId)
Create a new encoder with specified codec id.
|
| Constructor and Description |
|---|
Decoder(CodecID codecId)
Create new
Decoder that decodes media with codec with specified CodecID. |
Encoder(CodecID codecId) |
Copyright © 2013. All Rights Reserved.