| 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 () |
| void | ags_audio_unit_server_start_poll () |
| AgsAudioUnitServer * | ags_audio_unit_server_new () |
| gpointer | audio-unit-client | Read / Write |
| AgsAudioUnitClient * | default-audio-unit-client | Read / Write |
| GObject * | default-soundcard | Read / Write |
| AgsAudioUnitClient * | input-audio-unit-client | Read / Write |
| char * | url | Read / Write |
#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
Since: 3.0.0
void
ags_audio_unit_server_connect_client (AgsAudioUnitServer *audio_unit_server);
Connect all clients.
Since: 3.0.0
void
ags_audio_unit_server_start_poll (AgsAudioUnitServer *audio_unit_server);
AgsAudioUnitServer *
ags_audio_unit_server_new (gchar *url);
Create a new instance of AgsAudioUnitServer.
Since: 3.0.0
“audio-unit-client” property “audio-unit-client” gpointer
The audio unit client list.
[transfer full]
Owner: AgsAudioUnitServer
Flags: Read / Write
Since: 3.0.0
“default-audio-unit-client” property“default-audio-unit-client” AgsAudioUnitClient *
The default audio unit client.
Owner: AgsAudioUnitServer
Flags: Read / Write
Since: 3.0.0
“default-soundcard” property “default-soundcard” GObject *
The default soundcard.
Owner: AgsAudioUnitServer
Flags: Read / Write
Since: 3.0.0
“input-audio-unit-client” property“input-audio-unit-client” AgsAudioUnitClient *
The input audio unit client.
Owner: AgsAudioUnitServer
Flags: Read / Write
Since: 3.0.0