Audacity
3.2.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace 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
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
z
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Classes
Class List
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
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
h
i
k
l
m
o
p
r
s
t
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Related Functions
a
b
c
d
e
f
g
l
m
n
o
p
r
s
t
v
w
Files
File List
File 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
x
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
c
d
e
f
k
l
m
n
o
p
r
s
t
u
v
z
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
modules
import-export
mod-mp3
ExportMP3.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
ExportMP3.h
6
7
Dominic Mazzoni
8
9
**********************************************************************/
10
11
#ifndef __AUDACITY_EXPORTMP3__
12
#define __AUDACITY_EXPORTMP3__
13
14
/* --------------------------------------------------------------------------*/
15
16
#include <memory>
17
18
enum
MP3RateMode
:
unsigned
{
19
MODE_SET
= 0,
20
MODE_VBR
,
21
MODE_ABR
,
22
MODE_CBR
,
23
};
24
25
#if defined(__WXMSW__) || defined(__WXMAC__)
26
#define MP3_EXPORT_BUILT_IN 1
27
#endif
28
29
class
TranslatableString
;
30
class
wxWindow;
31
32
//----------------------------------------------------------------------------
33
// Get MP3 library version
34
//----------------------------------------------------------------------------
35
TranslatableString
GetMP3Version
(wxWindow *parent,
bool
prompt);
36
37
#endif
38
MP3RateMode
MP3RateMode
Definition:
ExportMP3.h:18
MODE_SET
@ MODE_SET
Definition:
ExportMP3.h:19
MODE_ABR
@ MODE_ABR
Definition:
ExportMP3.h:21
MODE_VBR
@ MODE_VBR
Definition:
ExportMP3.h:20
MODE_CBR
@ MODE_CBR
Definition:
ExportMP3.h:22
GetMP3Version
TranslatableString GetMP3Version(wxWindow *parent, bool prompt)
Definition:
ExportMP3.cpp:2234
TranslatableString
Holds a msgid for the translation catalog; may also bind format arguments.
Definition:
TranslatableString.h:32
Generated by
1.9.3