source: roaraudio/roard/include/meta.h @ 90:a4dbc92ef913

Last change on this file since 90:a4dbc92ef913 was 90:a4dbc92ef913, checked in by phi, 16 years ago

added a lot of basic meta stuff

File size: 329 bytes
Line 
1//meta.h:
2
3#ifndef _META_H_
4#define _META_H_
5
6#include <roaraudio.h>
7
8int stream_meta_set   (int id, int type, char * name, char * val);
9int stream_meta_add   (int id, int type, char * name, char * val);
10int stream_meta_get   (int id, int type, char * name, char * val, size_t len);
11int stream_meta_clear (int id);
12
13#endif
14
15//ll
Note: See TracBrowser for help on using the repository browser.