kwave
18.07.70
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
f
h
i
l
m
o
p
r
s
t
u
w
y
z
Functions
Typedefs
Enumerations
+
Enumerator
a
b
c
f
i
l
o
p
r
s
u
w
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
+
Variables
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
x
y
z
Typedefs
Enumerations
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
i
l
m
p
q
r
s
t
x
z
Variables
Typedefs
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
OggEncoder.h
Go to the documentation of this file.
1
/*************************************************************************
2
OggEncoder.h - encoder for Ogg/Vorbis data
3
-------------------
4
begin : Tue Sep 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 OGG_ENCODER_H
19
#define OGG_ENCODER_H
20
21
#include "config.h"
22
23
#include <QList>
24
25
#include "
libkwave/Encoder.h
"
26
#include "
libkwave/VorbisCommentMap.h
"
27
28
class
QWidget;
29
30
namespace
Kwave
31
{
32
class
OggSubEncoder;
33
34
class
OggEncoder
:
public
Kwave::Encoder
35
{
36
public
:
38
OggEncoder
();
39
41
virtual
~OggEncoder
() Q_DECL_OVERRIDE;
42
44
virtual
Kwave::Encoder
*
instance
() Q_DECL_OVERRIDE;
45
55
virtual
bool
encode
(QWidget *widget,
56
Kwave::MultiTrackReader
&src,
57
QIODevice &dst,
58
const
Kwave::MetaDataList
&meta_data)
59
Q_DECL_OVERRIDE;
60
62
virtual
QList<Kwave::FileProperty>
supportedProperties
()
63
Q_DECL_OVERRIDE;
64
65
private
:
66
68
Kwave::VorbisCommentMap
m_comments_map
;
69
};
70
}
71
72
#endif
/* OGG_ENCODER_H */
73
74
//***************************************************************************
75
//***************************************************************************
Kwave::VorbisCommentMap
Definition:
VorbisCommentMap.h:31
Kwave
Definition:
App.h:33
Kwave::OggEncoder::m_comments_map
Kwave::VorbisCommentMap m_comments_map
Definition:
OggEncoder.h:68
Kwave::OggEncoder
Definition:
OggEncoder.h:34
Kwave::OggEncoder::supportedProperties
virtual QList< Kwave::FileProperty > supportedProperties() Q_DECL_OVERRIDE
Definition:
OggEncoder.cpp:68
Kwave::OggEncoder::instance
virtual Kwave::Encoder * instance() Q_DECL_OVERRIDE
Definition:
OggEncoder.cpp:62
Kwave::OggEncoder::encode
virtual bool encode(QWidget *widget, Kwave::MultiTrackReader &src, QIODevice &dst, const Kwave::MetaDataList &meta_data) Q_DECL_OVERRIDE
Definition:
OggEncoder.cpp:74
Encoder.h
VorbisCommentMap.h
Kwave::OggEncoder::OggEncoder
OggEncoder()
Definition:
OggEncoder.cpp:42
Kwave::Encoder
Definition:
Encoder.h:38
Kwave::OggEncoder::~OggEncoder
virtual ~OggEncoder() Q_DECL_OVERRIDE
Definition:
OggEncoder.cpp:57
Kwave::MultiTrackReader
Definition:
MultiTrackReader.h:40
Kwave::MetaDataList
Definition:
MetaDataList.h:36
plugins
codec_ogg
OggEncoder.h
Generated on Sat Mar 24 2018 09:10:26 for kwave by
1.8.13