Exemplo n.º 1
0
 public static extern double mpg123_geteq(IntPtr mh, mpg123_channels channel, int band);
Exemplo n.º 2
0
 public static extern int mpg123_eq(IntPtr mh, mpg123_channels channel, int band, double val);
Exemplo n.º 3
0
 [DllImport(Mpg123Dll)] public static extern double mpg123_geteq(IntPtr mh, mpg123_channels channel, int band);
Exemplo n.º 4
0
 [DllImport(Mpg123Dll)] public static extern int mpg123_eq(IntPtr mh, mpg123_channels channel, int band, double val);
 public static extern double mpg123_geteq(IntPtr mh, mpg123_channels channel, int band);
 public static extern int mpg123_eq(IntPtr mh, mpg123_channels channel, int band, double val);