|
kwave
18.07.70
|


Go to the source code of this file.
Classes | |
| class | Kwave::FlacCodecPlugin |
Namespaces | |
| Kwave | |
Macros | |
| #define | REGISTER_MIME_TYPES addMimeType("audio/x-flac", i18n("FLAC audio"), "*.flac"); |
| #define | REGISTER_COMPRESSION_TYPES addCompression(Kwave::Compression::FLAC); |
| #define | DEFAULT_MIME_TYPE "audio/x-flac" |
| #define DEFAULT_MIME_TYPE "audio/x-flac" |
Definition at line 64 of file FlacCodecPlugin.h.
Referenced by Kwave::FlacDecoder::open().
| #define REGISTER_COMPRESSION_TYPES addCompression(Kwave::Compression::FLAC); |
Definition at line 61 of file FlacCodecPlugin.h.
| #define REGISTER_MIME_TYPES addMimeType("audio/x-flac", i18n("FLAC audio"), "*.flac"); |
Definition at line 58 of file FlacCodecPlugin.h.
Referenced by Kwave::FlacDecoder::FlacDecoder(), Kwave::FlacEncoder::FlacEncoder(), Kwave::MP3Decoder::MP3Decoder(), Kwave::MP3Encoder::MP3Encoder(), Kwave::WavDecoder::WavDecoder(), and Kwave::WavEncoder::WavEncoder().