comparison src/sound.h @ 4581:4b1e24835bbf

[gaim-migrate @ 4864] put NAS sound support back in, and re-wrote a lot of the libao stuff this should mostly put an end to people having to make a ~/.libao file committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 14 Feb 2003 20:57:32 +0000
parents 2c8372d4fb2a
children 4691c5936c01
comparison
equal deleted inserted replaced
4580:3fef2d45dce0 4581:4b1e24835bbf
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 * 21 *
22 */ 22 */
23 23
24 #ifndef _SOUND_H_ 24 #ifndef _GAIM_SOUND_H_
25 #define _SOUND_H_ 25 #define _GAIM_SOUND_H_
26 26
27 /**************************************************************************/ 27 /**************************************************************************/
28 /** Data Structures */ 28 /** Data Structures */
29 /**************************************************************************/ 29 /**************************************************************************/
30 30
53 /** @name Sound API */ 53 /** @name Sound API */
54 /**************************************************************************/ 54 /**************************************************************************/
55 /*@{*/ 55 /*@{*/
56 56
57 /** 57 /**
58 * Sets up the sound system. 58 * Lets the sound subsystem know when the sound output method has changed.
59 */ 59 */
60 void gaim_sound_init(); 60 void gaim_sound_change_output_method();
61 61
62 /** 62 /**
63 * Properly shuts down the sound system. 63 * Properly shuts down the sound system.
64 */ 64 */
65 void gaim_sound_quit(); 65 void gaim_sound_quit();
144 */ 144 */
145 char *gaim_sound_get_command(); 145 char *gaim_sound_get_command();
146 146
147 /*@}*/ 147 /*@}*/
148 148
149 #endif /* _SOUND_H_ */ 149 #endif /* _GAIM_SOUND_H_ */