Modifier and Type | Method | Description |
---|---|---|
Encoder |
Application.getCurrentEncoder() |
The currently selected encoder (MP3, AIFF, WAV, etc.).
|
Encoder |
Application.getEncoder(int index) |
|
Encoder |
Application.getEncoder(Id id) |
|
default Encoder[] |
Application.getEncoders() |
|
Encoder[] |
Application.getEncoders(String filter) |
Modifier and Type | Method | Description |
---|---|---|
void |
Application.setCurrentEncoder(Encoder currentEncoder) |
The currently selected encoder (MP3, AIFF, WAV, etc.).
|