summaryrefslogtreecommitdiff
path: root/src/map-file
diff options
context:
space:
mode:
Diffstat (limited to 'src/map-file')
-rw-r--r--src/map-file42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/map-file b/src/map-file
index f38baef..7211914 100644
--- a/src/map-file
+++ b/src/map-file
@@ -9,9 +9,11 @@ pa_browser_unref;
pa_bytes_per_second;
pa_bytes_snprint;
pa_bytes_to_usec;
+pa_channel_map_compatible;
pa_channel_map_equal;
pa_channel_map_init;
pa_channel_map_init_auto;
+pa_channel_map_init_extend;
pa_channel_map_init_mono;
pa_channel_map_init_stereo;
pa_channel_map_parse;
@@ -30,6 +32,7 @@ pa_context_get_autoload_info_by_name;
pa_context_get_autoload_info_list;
pa_context_get_client_info;
pa_context_get_client_info_list;
+pa_context_get_index;
pa_context_get_module_info;
pa_context_get_module_info_list;
pa_context_get_protocol_version;
@@ -61,7 +64,11 @@ pa_context_move_sink_input_by_name;
pa_context_move_source_output_by_index;
pa_context_move_source_output_by_name;
pa_context_new;
+pa_context_new_with_proplist;
pa_context_play_sample;
+pa_context_play_sample_with_proplist;
+pa_context_proplist_remove;
+pa_context_proplist_update;
pa_context_ref;
pa_context_remove_autoload_by_index;
pa_context_remove_autoload_by_name;
@@ -91,10 +98,21 @@ pa_context_unload_module;
pa_context_unref;
pa_cvolume_avg;
pa_cvolume_channels_equal_to;
+pa_cvolume_compatible;
pa_cvolume_equal;
+pa_cvolume_init;
+pa_cvolume_max;
+pa_cvolume_remap;
pa_cvolume_set;
pa_cvolume_snprint;
+pa_sw_cvolume_snprint_dB;
pa_cvolume_valid;
+pa_ext_stream_restore_delete;
+pa_ext_stream_restore_read;
+pa_ext_stream_restore_set_subscribe_cb;
+pa_ext_stream_restore_subscribe;
+pa_ext_stream_restore_test;
+pa_ext_stream_restore_write;
pa_frame_size;
pa_get_binary_name;
pa_get_fqdn;
@@ -127,9 +145,25 @@ pa_operation_ref;
pa_operation_unref;
pa_parse_sample_format;
pa_path_get_filename;
+pa_proplist_clear;
+pa_proplist_contains;
+pa_proplist_copy;
+pa_proplist_free;
+pa_proplist_get;
+pa_proplist_gets;
+pa_proplist_iterate;
+pa_proplist_new;
+pa_proplist_set;
+pa_proplist_setf;
+pa_proplist_sets;
+pa_proplist_to_string;
+pa_proplist_unset;
+pa_proplist_unset_many;
+pa_proplist_update;
pa_sample_format_to_string;
pa_sample_size;
pa_sample_spec_equal;
+pa_sample_spec_init;
pa_sample_spec_snprint;
pa_sample_spec_valid;
pa_signal_done;
@@ -160,22 +194,29 @@ pa_stream_get_device_index;
pa_stream_get_device_name;
pa_stream_get_index;
pa_stream_get_latency;
+pa_stream_get_monitor_stream;
pa_stream_get_sample_spec;
pa_stream_get_state;
pa_stream_get_time;
pa_stream_get_timing_info;
+pa_stream_is_corked;
pa_stream_is_suspended;
pa_stream_new;
+pa_stream_new_with_proplist;
pa_stream_peek;
pa_stream_prebuf;
+pa_stream_proplist_remove;
+pa_stream_proplist_update;
pa_stream_readable_size;
pa_stream_ref;
pa_stream_set_buffer_attr;
pa_stream_set_latency_update_callback;
+pa_stream_set_monitor_stream;
pa_stream_set_moved_callback;
pa_stream_set_name;
pa_stream_set_overflow_callback;
pa_stream_set_read_callback;
+pa_stream_set_started_callback;
pa_stream_set_state_callback;
pa_stream_set_suspended_callback;
pa_stream_set_underflow_callback;
@@ -211,6 +252,7 @@ pa_timeval_cmp;
pa_timeval_diff;
pa_timeval_load;
pa_timeval_store;
+pa_timeval_sub;
pa_usec_to_bytes;
pa_utf8_filter;
pa_utf8_to_locale;