mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Remove active_profile
This commit is contained in:
parent
07ce79c757
commit
eb1c694874
1 changed files with 1 additions and 3 deletions
|
|
@ -1400,12 +1400,10 @@ namespace PulseAudio {
|
|||
public uint32 n_profiles;
|
||||
[CCode (array_length_cname="n_profiles")]
|
||||
public CardProfileInfo*[] profiles;
|
||||
public CardProfileInfo *active_profile;
|
||||
public Proplist proplist;
|
||||
public int64 latency_offset;
|
||||
[CCode (array_length_cname="n_profiles")]
|
||||
public CardProfileInfo2*[] profiles2;
|
||||
public CardProfileInfo2 *active_profile2;
|
||||
public int64 latency_offset;
|
||||
}
|
||||
|
||||
[CCode (cname="pa_card_info", has_type_id=false)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue