Changeset 4960:60cdebcb83ef in roaraudio for include/libroarpulse


Ignore:
Timestamp:
05/14/11 04:46:29 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some updates for pulseaudio emulation, converted libroarpulse-simple fully to VS API

Location:
include/libroarpulse
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroarpulse/libroarpulse.h

    r4708 r4960  
    6060char * roar_pa_find_server (char * server); 
    6161 
     62int roar_pa_raerror2paerror(int error); 
     63 
    6264struct roar_connection * roar_pa_context_get_con(pa_context * c); 
    6365pa_mainloop_api * roar_pa_context_get_api(pa_context * c); 
  • include/libroarpulse/simple.h

    r4708 r4960  
    4343#include <libroarpulse/libroarpulse.h> 
    4444 
    45 struct roarpulse_simple { 
    46  struct roar_connection con; 
    47  struct roar_stream     stream; 
    48  struct roar_vio_calls  vio; 
    49 }; 
     45// this file is currently not needed. 
    5046 
    5147#endif 
Note: See TracChangeset for help on using the changeset viewer.