Changeset 1813:e70cce63168f in roaraudio for include/libroar/stream.h


Ignore:
Timestamp:
05/22/09 19:35:49 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_stream_set_rel_id() and roar_stream_get_rel_id(), added test for s == NULL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r1807 r1813  
    8383 
    8484int roar_stream_new     (struct roar_stream * s, unsigned int rate, unsigned int channels, unsigned int bits, unsigned int codec); 
     85 
     86int roar_stream_set_rel_id(struct roar_stream * s, int id); 
     87int roar_stream_get_rel_id(struct roar_stream * s); 
     88 
    8589int roar_stream_new_by_id(struct roar_stream * s, int id); 
    8690int roar_stream_new_empty(struct roar_stream * s); 
Note: See TracChangeset for help on using the changeset viewer.