source: roaraudio/include/libroarpulse/simple.h @ 415:03375b66f530

Last change on this file since 415:03375b66f530 was 415:03375b66f530, checked in by phi, 16 years ago

need connection and stream object for meta data update

File size: 236 bytes
Line 
1//simple.h:
2
3#ifndef _LIBROARPULSE_SIMPLE_H_
4#define _LIBROARPULSE_SIMPLE_H_
5
6#include <libroarpulse/libroarpulse.h>
7
8struct roarpulse_simple {
9 struct roar_connection con;
10 struct roar_stream     stream;
11 int data_fh;
12};
13
14#endif
15
16//ll
Note: See TracBrowser for help on using the repository browser.