From 0309a021960c0a4e2e758dd52041197e684ed600 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sat, 21 Jun 2014 16:41:05 +0200 Subject: Update decibel handling API and PulseAudio code --- docs/reference/libmatemixer-sections.txt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'docs/reference/libmatemixer-sections.txt') diff --git a/docs/reference/libmatemixer-sections.txt b/docs/reference/libmatemixer-sections.txt index 8bd0d99..376030d 100644 --- a/docs/reference/libmatemixer-sections.txt +++ b/docs/reference/libmatemixer-sections.txt @@ -39,6 +39,7 @@ mate_mixer_control_set_app_version mate_mixer_control_set_app_icon mate_mixer_control_set_server_address mate_mixer_control_open +mate_mixer_control_close mate_mixer_control_get_state mate_mixer_control_get_device mate_mixer_control_get_stream @@ -136,6 +137,7 @@ MateMixerStreamFlags MateMixerStreamState MateMixerStream MateMixerStreamInterface +MATE_MIXER_INFINITY mate_mixer_stream_get_name mate_mixer_stream_get_description mate_mixer_stream_get_device @@ -146,24 +148,27 @@ mate_mixer_stream_set_mute mate_mixer_stream_get_num_channels mate_mixer_stream_get_volume mate_mixer_stream_set_volume -mate_mixer_stream_get_volume_db -mate_mixer_stream_set_volume_db +mate_mixer_stream_get_decibel +mate_mixer_stream_set_decibel mate_mixer_stream_get_channel_position mate_mixer_stream_get_channel_volume mate_mixer_stream_set_channel_volume -mate_mixer_stream_get_channel_volume_db -mate_mixer_stream_set_channel_volume_db +mate_mixer_stream_get_channel_decibel +mate_mixer_stream_set_channel_decibel mate_mixer_stream_has_position mate_mixer_stream_get_position_volume mate_mixer_stream_set_position_volume -mate_mixer_stream_get_position_volume_db -mate_mixer_stream_set_position_volume_db +mate_mixer_stream_get_position_decibel +mate_mixer_stream_set_position_decibel mate_mixer_stream_get_balance mate_mixer_stream_set_balance mate_mixer_stream_get_fade mate_mixer_stream_set_fade mate_mixer_stream_suspend mate_mixer_stream_resume +mate_mixer_stream_monitor_start +mate_mixer_stream_monitor_stop +mate_mixer_stream_monitor_is_running mate_mixer_stream_list_ports mate_mixer_stream_get_active_port mate_mixer_stream_set_active_port @@ -177,4 +182,3 @@ MATE_MIXER_STREAM_GET_INTERFACE MATE_MIXER_TYPE_STREAM mate_mixer_stream_get_type - -- cgit v1.2.1