Changeset 5196:6769899f55d2 in roaraudio for plugins/alsavs/roar.h


Ignore:
Timestamp:
10/23/11 12:46:47 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Re-wrote ALSA plugin (pr1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/alsavs/roar.h

    r5174 r5196  
    33/* 
    44 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2010-2011 
    5  *      Copyright (C) Hans-Kristian 'maister' Arntzen - 2010 
     5 *      Copyright (C) Hans-Kristian 'maister' Arntzen - 2010-2011 
    66 * 
    77 *  This file is part of libroar a part of RoarAudio, 
     
    6060 int                    stream_role; 
    6161 int                    stream_opened; 
    62  size_t                 _writec; 
     62 size_t                 bufsize; 
    6363 size_t                 last_ptr; 
    64  char*                  _buffer; 
    65  size_t                 bufsize; 
    66  volatile size_t        _bufptr; 
    67  pthread_t              thread; 
    68  pthread_mutex_t        lock; 
    69  pthread_mutex_t        cond_lock; 
    70  pthread_cond_t         cond; 
    71  volatile int           thread_active; 
    72  int                    _bytes_in_buffer; 
    73  volatile int64_t       _total_written; 
    74  int                    _has_written; 
    75  struct timespec        _start_tv; 
    7664}; 
    7765 
Note: See TracChangeset for help on using the changeset viewer.