| Top |
| #define | AGS_AUDIO_UNIT_SERVER_GET_OBJ_MUTEX() |
| GList * | ags_audio_unit_server_find_url () |
| GObject * | ags_audio_unit_server_find_client () |
| GObject * | ags_audio_unit_server_find_port () |
| void | ags_audio_unit_server_add_client () |
| void | ags_audio_unit_server_remove_client () |
| void | ags_audio_unit_server_connect_client () |
| AgsAudioUnitServer * | ags_audio_unit_server_new () |
#define AGS_AUDIO_UNIT_SERVER_GET_OBJ_MUTEX(obj) (&(((AgsAudioUnitServer *) obj)->obj_mutex))
GList * ags_audio_unit_server_find_url (GList *audio_unit_server,gchar *url);
Find AgsAudioUnitServer by url.
audio_unit_server |
the GList containing AgsAudioUnitServer. |
[element-type AgsAudio.AudioUnitServer][transfer none] |
url |
the url to find |
the next matching GList containing a AgsAudioUnitServer matching url
or NULL.
[element-type AgsAudio.AudioUnitServer][transfer none]
Since: 3.0.0
GObject * ags_audio_unit_server_find_client (AgsAudioUnitServer *audio_unit_server,gchar *client_uuid);
Find AgsAudioUnitClient by uuid.
Since: 3.0.0
GObject * ags_audio_unit_server_find_port (AgsAudioUnitServer *audio_unit_server,gchar *port_uuid);
Find AgsAudioUnitPort by uuid.
Since: 3.0.0
void ags_audio_unit_server_add_client (AgsAudioUnitServer *audio_unit_server,GObject *audio_unit_client);
Add audio_unit_client
to audio_unit_server
Since: 3.0.0
void ags_audio_unit_server_remove_client (AgsAudioUnitServer *audio_unit_server,GObject *audio_unit_client);
Remove audio_unit_client
to audio_unit_server
audio_unit_server |
the AgsAudioUnitServer |
|
audio_unit_client |
the AgsAudioUnitClient to remove |
Since: 3.0.0
void
ags_audio_unit_server_connect_client (AgsAudioUnitServer *audio_unit_server);
Connect all clients.
Since: 3.0.0