kwave  18.07.70
WavCodecPlugin.h
Go to the documentation of this file.
1 /*************************************************************************
2  WavCodecPlugin.h - import/export of wav data
3  -------------------
4  begin : Sun Mar 10 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 WAV_CODEC_PLUGIN_H
19 #define WAV_CODEC_PLUGIN_H
20 
21 #include "config.h"
22 
23 #include "libkwave/CodecPlugin.h"
24 
25 namespace Kwave
26 {
27 
29  {
30  Q_OBJECT
31  public:
32 
38  WavCodecPlugin(QObject *parent, const QVariantList &args);
39 
41  virtual ~WavCodecPlugin() Q_DECL_OVERRIDE;
42 
44  virtual QList<Kwave::Decoder *> createDecoder() Q_DECL_OVERRIDE;
45 
47  virtual QList<Kwave::Encoder *> createEncoder() Q_DECL_OVERRIDE;
48 
49  private:
52  };
53 }
54 
55 #endif /* WAV_CODEC_PLUGIN_H */
56 
57 //***************************************************************************
58 //***************************************************************************
Definition: App.h:33
virtual QList< Kwave::Encoder * > createEncoder() Q_DECL_OVERRIDE
WavCodecPlugin(QObject *parent, const QVariantList &args)
static CodecPlugin::Codec m_codec
virtual ~WavCodecPlugin() Q_DECL_OVERRIDE
virtual QList< Kwave::Decoder * > createDecoder() Q_DECL_OVERRIDE