Changeset 4583:3bd9da6e60fa in roaraudio for include/libroar/stream.h


Ignore:
Timestamp:
11/05/10 00:47:14 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added mimetype lookup functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r4538 r4583  
    102102const char * roar_codec2str (const int    codec); 
    103103 
     104int    roar_mime2codec (const char * mime); 
     105const char * roar_codec2mime (const int    codec); 
     106 
    104107const char * roar_streamstate2str(int streamstate); 
    105108 
Note: See TracChangeset for help on using the changeset viewer.