kwave  18.07.70
MP3CodecPlugin.h File Reference
#include "config.h"
#include "libkwave/CodecPlugin.h"
#include "libkwave/Compression.h"
Include dependency graph for MP3CodecPlugin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kwave::MP3CodecPlugin
 

Namespaces

 Kwave
 

Macros

#define REGISTER_MIME_TYPES
 
#define REGISTER_COMPRESSION_TYPES
 

Macro Definition Documentation

◆ REGISTER_COMPRESSION_TYPES

◆ REGISTER_MIME_TYPES

#define REGISTER_MIME_TYPES
Value:
{ \
addMimeType( \
"audio/x-mp3, audio/mpeg", \
i18n("MPEG layer III audio"), \
"*.mp3" \
); \
\
addMimeType( \
"audio/mpeg, audio/x-mp2", \
i18n("MPEG layer II audio"), \
"*.mp2" \
); \
\
addMimeType( \
"audio/mpeg, audio/x-mpga", \
i18n("MPEG layer I audio"), \
"*.mpga *.mpg *.mp1" \
); \
}

Definition at line 70 of file MP3CodecPlugin.h.