summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-06-21 16:41:05 +0200
committerMichal Ratajsky <[email protected]>2014-06-21 16:41:05 +0200
commit0309a021960c0a4e2e758dd52041197e684ed600 (patch)
treeee1396f34707b9fae8d01b4fb1e1e3cc70ce6c8a /docs
parent02e93868a222a16b9a95a2a51e6b88fe733c5d97 (diff)
downloadlibmatemixer-0309a021960c0a4e2e758dd52041197e684ed600.tar.bz2
libmatemixer-0309a021960c0a4e2e758dd52041197e684ed600.tar.xz
Update decibel handling API and PulseAudio code
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libmatemixer-sections.txt18
1 files changed, 11 insertions, 7 deletions
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
</SECTION>
-