Go to the documentation of this file.
24 #ifndef LIBVLC_AOUT_INTERNAL_H
25 # define LIBVLC_AOUT_INTERNAL_H 1
30 # define AOUT_MAX_INPUT_RATE (4)
32 # define AOUT_MAX_FILTERS 10
113 #define aout_volume_New(o, g) aout_volume_New(VLC_OBJECT(o), g)
122 #define aout_New(a) aout_New(VLC_OBJECT(a))
139 #define aout_FormatsPrint(o, t, a, b) \
140 aout_FormatsPrint(VLC_OBJECT(o), t, a, b)
142 const char *var,
const char *
name,
bool b_add );