Changeset 3626:7fc82747cba3 in roaraudio for include/libroardsp


Ignore:
Timestamp:
03/04/10 19:37:36 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added functions to request status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/fader.h

    r3517 r3626  
    5454int roar_fader_set_startstop(struct roar_fader_state * state, ssize_t start, ssize_t stop); 
    5555 
     56int roar_fader_has_started  (struct roar_fader_state * state); 
     57int roar_fader_has_ended    (struct roar_fader_state * state); 
     58 
    5659int roar_fader_calcpcm_i16n(struct roar_fader_state * state, int16_t * data, size_t frames, int channels); 
    5760int roar_fader_calcpcm_i161(struct roar_fader_state * state, int16_t * data, size_t frames); 
Note: See TracChangeset for help on using the changeset viewer.