| Modifier and Type | Field and Description |
|---|---|
protected List<CodecFlag> |
Configurable.flags
List of codec flags for audio and video encoder.
|
| Modifier and Type | Method and Description |
|---|---|
static CodecFlag |
CodecFlag.byId(int id)
Get a
CodecFlag that matches to the specified FFmpeg id. |
static CodecFlag |
CodecFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodecFlag[] |
CodecFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configurable.setFlag(CodecFlag flag)
Set a codec flag.
|
Copyright © 2013. All Rights Reserved.