Changeset 5174:c24a2089056a in roaraudio for plugins/alsavs/roar.h


Ignore:
Timestamp:
10/22/11 12:11:33 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some experimental fork of the old alsa plugin using VS API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/alsavs/roar.h

    r5168 r5174  
    5757 struct roar_alsa       roar; 
    5858 struct roar_audio_info info; 
    59  struct roar_stream     stream; 
    60  struct roar_vio_calls  stream_vio; 
     59 roar_vs_t            * vss; 
    6160 int                    stream_role; 
    6261 int                    stream_opened; 
    63  size_t                 writec; 
     62 size_t                 _writec; 
    6463 size_t                 last_ptr; 
    65  char*                  buffer; 
     64 char*                  _buffer; 
    6665 size_t                 bufsize; 
    67  volatile size_t        bufptr; 
     66 volatile size_t        _bufptr; 
    6867 pthread_t              thread; 
    6968 pthread_mutex_t        lock; 
     
    7170 pthread_cond_t         cond; 
    7271 volatile int           thread_active; 
    73  int                    bytes_in_buffer; 
    74  volatile int64_t       total_written; 
    75  int                    has_written; 
    76  struct timespec        start_tv; 
     72 int                    _bytes_in_buffer; 
     73 volatile int64_t       _total_written; 
     74 int                    _has_written; 
     75 struct timespec        _start_tv; 
    7776}; 
    7877 
Note: See TracChangeset for help on using the changeset viewer.