kwave  18.07.70
CodecPlugin.h File Reference
#include "config.h"
#include <QtGlobal>
#include <QList>
#include "libkwave/Plugin.h"
Include dependency graph for CodecPlugin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kwave::CodecPlugin
 
struct  Kwave::CodecPlugin::Codec
 

Namespaces

 Kwave
 

Macros

#define EMPTY_CODEC   {0, QList<Kwave::Encoder *>(), QList<Kwave::Decoder *>() }
 

Macro Definition Documentation

◆ EMPTY_CODEC

#define EMPTY_CODEC   {0, QList<Kwave::Encoder *>(), QList<Kwave::Decoder *>() }

initializer for an empty Kwave::CodecPlugin::Codec

Definition at line 113 of file CodecPlugin.h.