Changeset 3426:c3fe58581556 in roaraudio


Ignore:
Timestamp:
02/11/10 23:09:05 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

wrote pa_stream_get_index()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/stream.c

    r3425 r3426  
    142142 
    143143/** Return the device (sink input or source output) index this stream is connected to */ 
    144 uint32_t pa_stream_get_index(pa_stream *s); 
     144uint32_t pa_stream_get_index(pa_stream *s) { 
     145 return 0; 
     146} 
    145147 
    146148/** Connect the stream to a sink */ 
Note: See TracChangeset for help on using the changeset viewer.