Changeset 2275:1a4c460c2aba in roaraudio for roard/include/sources.h


Ignore:
Timestamp:
08/04/09 13:51:31 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

converted Raw source to the new interface and use VIO for operation, also use value of codec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/sources.h

    r2273 r2275  
    5757                     char * options, int primary); 
    5858 
    59 int sources_add_raw  (char * driver, char * device, char * container, char * options, int primary); 
     59int sources_add_raw  (int stream   , char * device, int fh); 
    6060int sources_add_wav  (char * driver, char * device, char * container, char * options, int primary); 
    6161int sources_add_cf   (char * driver, char * device, char * container, char * options, int primary); 
Note: See TracChangeset for help on using the changeset viewer.