Package | Description |
---|---|
be.tarsos.transcoder |
Modifier and Type | Method and Description |
---|---|
static DefaultAttributes |
DefaultAttributes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultAttributes[] |
DefaultAttributes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Transcoder.transcode(java.io.File source,
java.io.File target,
DefaultAttributes targetEncoding)
Transcodes audio.
|
static void |
Transcoder.transcode(java.lang.String source,
java.lang.String target,
DefaultAttributes targetEncoding)
Transcodes audio.
|