Changeset 3938:3020c18be335 in roaraudio for libroarpulse


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

use types from new tests

Location:
libroarpulse
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/introspect.c

    r3517 r3938  
    225225 
    226226/** Move the specified sink input to a different sink. \since 0.9.5 */ 
    227 pa_operation* pa_context_move_sink_input_by_name(pa_context *c, uint32_t idx, char *sink_name, pa_context_success_cb_t cb, void* userdata); 
     227pa_operation* pa_context_move_sink_input_by_name(pa_context *c, uint32_t idx, ROAR_HAVE_ARG_SINK_NAME_OF_PA_CONTEXT_MOVE_SINK_INPUT_BY_NAME sink_name, pa_context_success_cb_t cb, void* userdata); 
    228228 
    229229/** Move the specified sink input to a different sink. \since 0.9.5 */ 
     
    231231 
    232232/** Move the specified source output to a different source. \since 0.9.5 */ 
    233 pa_operation* pa_context_move_source_output_by_name(pa_context *c, uint32_t idx, char *source_name, pa_context_success_cb_t cb, void* userdata); 
     233pa_operation* pa_context_move_source_output_by_name(pa_context *c, uint32_t idx, ROAR_HAVE_ARG_SOURCE_NAME_OF_PA_CONTEXT_MOVE_SOURCE_OUTPUT_BY_NAME source_name, pa_context_success_cb_t cb, void* userdata); 
    234234 
    235235/** Move the specified source output to a different source. \since 0.9.5 */ 
  • 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.