source: roaraudio/include/libroar/meta.h @ 110:96435ca2eb90

Last change on this file since 110:96435ca2eb90 was 110:96435ca2eb90, checked in by phi, 16 years ago

added roar_meta_strtype() and roar_meta_inttype()

File size: 441 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_meta_free (struct roar_meta * meta);
12
13char * roar_meta_strtype(int type);
14int    roar_meta_inttype(char * type);
15
16#endif
17
18//ll
Note: See TracBrowser for help on using the repository browser.