| Modifier and Type | Field and Description |
|---|---|
protected Codec |
Coder.codec
The chosen codec.
|
| Modifier and Type | Method and Description |
|---|---|
Codec |
Encoder.getCodec() |
static Codec |
Codec.getDecoderById(CodecID codecId)
Create a new decoder with specified codec id.
|
static Codec |
Codec.getDecoderByName(String avCodecName)
Create a new decoder with specified codec name.
|
static Codec |
Codec.getEncoderById(CodecID codecId)
Create a new encoder with specified codec id.
|
static Codec |
Codec.getEncoderByName(String avCodecName)
Create a new encoder with specified codec name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Muxer.setAudioCodec(Codec audioCodec) |
void |
Muxer.setVideoCodec(Codec videoCodec) |
| Constructor and Description |
|---|
Encoder(Codec codec) |
Copyright © 2013. All Rights Reserved.