source: roaraudio/roard/include/sources.h @ 66:a75c2005faeb

Last change on this file since 66:a75c2005faeb was 65:65d45c7144e1, checked in by phi, 16 years ago

done some coding to support sources

File size: 399 bytes
Line 
1//sources.h:
2
3#ifndef _SOURCES_H_
4#define _SOURCES_H_
5
6#include <roaraudio.h>
7
8int g_source_client;
9
10int sources_init (void);
11int sources_free (void);
12
13int sources_set_client (int client);
14
15int sources_add (char * driver, char * device, char * container, char * options, int primary);
16
17int sources_add_raw (char * driver, char * device, char * container, char * options, int primary);
18
19#endif
20
21//ll
Note: See TracBrowser for help on using the repository browser.