mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
vala: Add CVolume.set()
Thanks to Alberto Ruiz for the patch.
This commit is contained in:
parent
7c3d31abe7
commit
9813ada2ec
1 changed files with 3 additions and 0 deletions
|
|
@ -340,6 +340,9 @@ namespace PulseAudio {
|
|||
[CCode (cname="pa_cvolume_compatible_with_channel_map")]
|
||||
public bool compatible_with_channel_map(ChannelMap cm);
|
||||
|
||||
[CCode (cname="pa_cvolume_set")]
|
||||
public unowned CVolume? set(uint8 channels, Volume v);
|
||||
|
||||
[CCode (cname="pa_cvolume_get_balance")]
|
||||
public float get_balance(ChannelMap map);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue