Changeset 4621:c20151c5eb6f in roaraudio for include


Ignore:
Timestamp:
11/23/10 15:34:24 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for correct set of mixer in case of forced mixer connect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r4583 r4621  
    5555}; 
    5656 
    57 int roar_stream_connect (struct roar_connection * con, struct roar_stream * s, int dir); 
     57int roar_stream_connect  (struct roar_connection * con, struct roar_stream * s, int dir); 
     58int roar_stream_connect2 (struct roar_connection * con, struct roar_stream * s, int dir, int mixer); 
    5859 
    5960int roar_stream_new     (struct roar_stream * s, unsigned int rate, unsigned int channels, unsigned int bits, unsigned int codec); 
Note: See TracChangeset for help on using the changeset viewer.