ReactOS
0.4.15-dev-2320-gf3e1697
|
Go to the source code of this file.
Classes | |
struct | synth_s |
Typedefs | |
typedef int(* | func_synth) (real *, int, mpg123_handle *, int) |
typedef int(* | func_synth_mono) (real *, mpg123_handle *) |
typedef int(* | func_synth_stereo) (real *, real *, mpg123_handle *) |
Enumerations | |
enum | synth_channel { c_plain =0, c_stereo, c_m2s, c_mono, c_limit } |
enum | synth_resample { r_none =-1, r_1to1 =0, r_2to1, r_4to1, r_ntom, r_limit } |
enum | synth_format { f_none =-1, f_16, f_8, f_real, f_32, f_limit } |
typedef int(* func_synth) (real *, int, mpg123_handle *, int) |
typedef int(* func_synth_mono) (real *, mpg123_handle *) |
typedef int(* func_synth_stereo) (real *, real *, mpg123_handle *) |
Enumerator | |
---|---|
c_plain | |
c_stereo | |
c_m2s | |
c_mono | |
c_limit |
Definition at line 13 of file synths.h.
Enumerator | |
---|---|
f_none | |
f_16 | |
f_8 | |
f_real | |
f_32 | |
f_limit |
Definition at line 27 of file synths.h.
Enumerator | |
---|---|
r_none | |
r_1to1 | |
r_2to1 | |
r_4to1 | |
r_ntom | |
r_limit |
Definition at line 14 of file synths.h.