| Top |
| #define | AGS_AUDIO_UNIT_SERVER_GET_OBJ_MUTEX() |
| gboolean | ags_audio_unit_server_test_flags () |
| void | ags_audio_unit_server_set_flags () |
| void | ags_audio_unit_server_unset_flags () |
| 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 () |
| #define | AGS_AUDIO_UNIT_SERVER() |
| #define | AGS_AUDIO_UNIT_SERVER_CLASS() |
| #define | AGS_AUDIO_UNIT_SERVER_GET_CLASS() |
| #define | AGS_IS_AUDIO_UNIT_SERVER() |
| #define | AGS_IS_AUDIO_UNIT_SERVER_CLASS() |
| GType | ags_audio_unit_server_get_type () |
| 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_TYPE_AUDIO_UNIT_SERVER |
| struct | AgsAudioUnitServer |
| struct | AgsAudioUnitServerClass |
#define AGS_AUDIO_UNIT_SERVER_GET_OBJ_MUTEX(obj) (&(((AgsAudioUnitServer *) obj)->obj_mutex))
gboolean ags_audio_unit_server_test_flags (AgsAudioUnitServer *audio_unit_server,guint flags);
Test flags
to be set on audio_unit_server
.
Since: 3.0.0
void ags_audio_unit_server_set_flags (AgsAudioUnitServer *audio_unit_server,guint flags);
Enable a feature of audio_unit_server
.
Since: 3.0.0
void ags_audio_unit_server_unset_flags (AgsAudioUnitServer *audio_unit_server,guint flags);
Disable a feature of audio_unit_server
.
Since: 3.0.0
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
#define AGS_AUDIO_UNIT_SERVER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO_UNIT_SERVER, AgsAudioUnitServer))
#define AGS_AUDIO_UNIT_SERVER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_AUDIO_UNIT_SERVER, AgsAudioUnitServer))
#define AGS_AUDIO_UNIT_SERVER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_AUDIO_UNIT_SERVER, AgsAudioUnitServerClass))
#define AGS_IS_AUDIO_UNIT_SERVER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUDIO_UNIT_SERVER))
#define AGS_IS_AUDIO_UNIT_SERVER_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUDIO_UNIT_SERVER))
“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