source: roaraudio/include/libroarpulse/simple.h @ 622:6899498ecab2

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

need connection and stream object for meta data update

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