Changeset 90:a4dbc92ef913 in roaraudio for roard/include/meta.h


Ignore:
Timestamp:
07/13/08 01:02:28 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a lot of basic meta stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/meta.h

    r89 r90  
    66#include <roaraudio.h> 
    77 
     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 
    813#endif 
    914 
Note: See TracChangeset for help on using the changeset viewer.