diff options
Diffstat (limited to 'lib/wireplumber/src/audio.c')
-rw-r--r-- | lib/wireplumber/src/audio.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/wireplumber/src/audio.c b/lib/wireplumber/src/audio.c index 15582d7..69683f5 100644 --- a/lib/wireplumber/src/audio.c +++ b/lib/wireplumber/src/audio.c @@ -51,6 +51,15 @@ static GParamSpec *astal_wp_audio_properties[ASTAL_WP_AUDIO_N_PROPERTIES] = { }; /** + * AstalWpAudio + * + * is instanciated by [[email protected]]. An instance of class can only be received there. + * + * This is a convinience class and acts as a filter for [[email protected]] to filter for audio + * endpoints and devices. + */ + +/** * astal_wp_audio_get_speaker: * @self: the AstalWpAudio object * @id: the id of the endpoint |