Changeset 1577:8da02f4226d9 in roaraudio


Ignore:
Timestamp:
04/13/09 02:22:02 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

call the on_move callback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarsndio/stream.c

    r1573 r1577  
    9090  return 0; 
    9191 
     92 if ( hdl->on_move != NULL ) { 
     93  hdl->on_move(hdl->on_move_arg, 8*ret/(hdl->info.channels * hdl->info.bits)); 
     94 } 
     95 
    9296 return ret; 
    9397} 
Note: See TracChangeset for help on using the changeset viewer.