| Modifier and Type | Method and Description |
|---|---|
static CodecCapability |
CodecCapability.byId(int id)
Get a
CodecCapability that matches to the specified FFmpeg id. |
static CodecCapability |
CodecCapability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodecCapability[] |
CodecCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Codec.hasCapability(CodecCapability flag)
Determines whether this
Codec has the specified capability. |
Copyright © 2013. All Rights Reserved.