Changeset 3938:3020c18be335 in roaraudio for libroarpulse/stream.c


Ignore:
Timestamp:
06/15/10 15:44:20 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use types from new tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/stream.c

    r3517 r3938  
    353353        const pa_buffer_attr *attr    /**< Buffering attributes, or NULL for default */, 
    354354        pa_stream_flags_t flags       /**< Additional flags, or 0 for default */, 
    355         pa_cvolume *volume            /**< Initial volume, or NULL for default */, 
     355        ROAR_HAVE_ARG_VOLUME_OF_PA_STREAM_CONNECT_PLAYBACK volume            /**< Initial volume, or NULL for default */, 
    356356        pa_stream *sync_stream        /**< Synchronize this stream with the specified one, or NULL for a standalone stream*/) { 
    357357 return _roar_pa_stream_open(s, dev, attr, flags, volume, sync_stream, PA_STREAM_PLAYBACK); 
Note: See TracChangeset for help on using the changeset viewer.