|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Manages the LAME location property and an AudioFormat if the LAME encoder is provided. More...
#include "tracktion_LAMEManager.h"
Static Public Member Functions | |
| static juce::File | getLameEncoderExe () |
| Returns the current LAME file. | |
| static juce::File | getFFmpegExe () |
| Returns the current FFmpeg file. | |
| static void | registerAudioFormat (AudioFileFormatManager &) |
| Add the LAMEAudioFormat to the AudioFileFormatManager. | |
| static bool | lameIsAvailable () |
| Returns true if a valid LAME/FFmpeg file is found. | |
Manages the LAME location property and an AudioFormat if the LAME encoder is provided.
Definition at line 19 of file tracktion_LAMEManager.h.
|
static |
Returns the current LAME file.
Definition at line 75 of file tracktion_LAMEManager.cpp.
|
static |
Returns true if a valid LAME/FFmpeg file is found.
Definition at line 77 of file tracktion_LAMEManager.cpp.
|
static |
Add the LAMEAudioFormat to the AudioFileFormatManager.
Definition at line 76 of file tracktion_LAMEManager.cpp.