source: roaraudio/roard/include/sources.h @ 416:3c1e97685b59

Last change on this file since 416:3c1e97685b59 was 67:9c8c096465ad, checked in by phi, 16 years ago

added basic most-time-it-should-work RIFF/WAVE support to sources.c

File size: 500 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);
18int sources_add_wav  (char * driver, char * device, char * container, char * options, int primary);
19
20#endif
21
22//ll
Note: See TracBrowser for help on using the repository browser.