source: roaraudio/include/libroar/meta.h @ 114:a68766835a6a

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

added support to list meta tags on streams in libroar

File size: 549 bytes
Line 
1//meta.h:
2
3#ifndef _LIBROARMETA_H_
4#define _LIBROARMETA_H_
5
6#include "libroar.h"
7
8int roar_stream_meta_set (struct roar_connection * con, struct roar_stream * s, int mode, struct roar_meta * meta);
9int roar_stream_meta_get (struct roar_connection * con, struct roar_stream * s, struct roar_meta * meta);
10
11int roar_stream_meta_list (struct roar_connection * con, struct roar_stream * s, int * types, size_t len);
12
13int roar_meta_free (struct roar_meta * meta);
14
15char * roar_meta_strtype(int type);
16int    roar_meta_inttype(char * type);
17
18#endif
19
20//ll
Note: See TracBrowser for help on using the repository browser.