kwave  18.07.70
AudiofileCodecPlugin.h
Go to the documentation of this file.
1 /*************************************************************************
2  AudiofileCodecPlugin.h - import/export through libaudiofile
3  -------------------
4  begin : Tue May 28 2002
5  copyright : (C) 2002 by Thomas Eschenbacher
6  email : Thomas.Eschenbacher@gmx.de
7  ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  ***************************************************************************/
17 
18 #ifndef AUDIOFILE_CODEC_PLUGIN_H
19 #define AUDIOFILE_CODEC_PLUGIN_H
20 
21 #include "config.h"
22 #include "libkwave/CodecPlugin.h"
23 
24 namespace Kwave
25 {
26 
28  {
29  Q_OBJECT
30  public:
31 
37  AudiofileCodecPlugin(QObject *parent, const QVariantList &args);
38 
40  virtual ~AudiofileCodecPlugin() Q_DECL_OVERRIDE;
41 
43  virtual QList<Kwave::Decoder *> createDecoder() Q_DECL_OVERRIDE;
44 
46  virtual QList<Kwave::Encoder *> createEncoder() Q_DECL_OVERRIDE;
47 
48  private:
51  };
52 }
53 
54 #endif /* AUDIOFILE_CODEC_PLUGIN_H */
55 
56 //***************************************************************************
57 //***************************************************************************
Definition: App.h:33
virtual QList< Kwave::Decoder * > createDecoder() Q_DECL_OVERRIDE
virtual ~AudiofileCodecPlugin() Q_DECL_OVERRIDE
static CodecPlugin::Codec m_codec
AudiofileCodecPlugin(QObject *parent, const QVariantList &args)
virtual QList< Kwave::Encoder * > createEncoder() Q_DECL_OVERRIDE