ReactOS 0.4.16-dev-297-gc569aee
|
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 *) |