Changeset 2019:1a31346356fd in roaraudio for libroarsndio/libroarsndio.c


Ignore:
Timestamp:
06/19/09 17:28:43 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

got libraorsndio work with nearly full VIO support for streams

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarsndio/libroarsndio.c

    r1711 r2019  
    5252 sio_initpar(&(hdl->para)); 
    5353 
    54  hdl->fh = -1; 
     54 hdl->stream_opened = 0; 
    5555 
    5656 if ( name != NULL ) 
     
    6464  return; 
    6565 
    66  if ( hdl->fh == -1 ) 
    67   close(hdl->fh); 
     66 sio_stop(hdl); 
    6867 
    6968 roar_disconnect(&(hdl->con)); 
Note: See TracChangeset for help on using the changeset viewer.