mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
vala: adding missing fields for sink_input/source_output info struct
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
This commit is contained in:
parent
2e754b1e78
commit
4d9437d78a
1 changed files with 8 additions and 0 deletions
|
|
@ -1376,6 +1376,9 @@ namespace PulseAudio {
|
||||||
public string driver;
|
public string driver;
|
||||||
public int mute;
|
public int mute;
|
||||||
public Proplist proplist;
|
public Proplist proplist;
|
||||||
|
public int corked;
|
||||||
|
public int has_volume;
|
||||||
|
public int volume_writable;
|
||||||
}
|
}
|
||||||
|
|
||||||
[CCode (cname="pa_source_output_info", has_type_id=false)]
|
[CCode (cname="pa_source_output_info", has_type_id=false)]
|
||||||
|
|
@ -1392,6 +1395,11 @@ namespace PulseAudio {
|
||||||
public string resample_method;
|
public string resample_method;
|
||||||
public string driver;
|
public string driver;
|
||||||
public Proplist proplist;
|
public Proplist proplist;
|
||||||
|
public int corked;
|
||||||
|
public CVolume volume;
|
||||||
|
public int mute;
|
||||||
|
public int has_volume;
|
||||||
|
public int volume_writable;
|
||||||
}
|
}
|
||||||
|
|
||||||
[CCode (cname="pa_stat_info", has_type_id=false)]
|
[CCode (cname="pa_stat_info", has_type_id=false)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue