Top | ![]() |
![]() |
![]() |
![]() |
GList * | ags_pulse_client_find_uuid () |
GList * | ags_pulse_client_find () |
void | ags_pulse_client_open () |
void | ags_pulse_client_add_device () |
void | ags_pulse_client_remove_device () |
void | ags_pulse_client_add_port () |
void | ags_pulse_client_remove_port () |
void | ags_pulse_client_activate () |
void | ags_pulse_client_deactivate () |
AgsPulseClient * | ags_pulse_client_new () |
#define | AGS_IS_PULSE_CLIENT() |
#define | AGS_PULSE_CLIENT() |
#define | AGS_PULSE_CLIENT_CLASS() |
#define | AGS_PULSE_CLIENT_GET_CLASS() |
GType | ags_pulse_client_get_type () |
GObject * | device | Read / Write |
GObject * | port | Read / Write |
AgsPulseServer * | pulse-server | Read / Write |
enum | AgsPulseClientFlags |
#define | AGS_TYPE_PULSE_CLIENT |
struct | AgsPulseClient |
struct | AgsPulseClientClass |
GList * ags_pulse_client_find_uuid (GList *pulse_client
,gchar *client_uuid
);
Finds next match of client_uuid
in pulse_client
.
Since: 1.0.0
GList * ags_pulse_client_find (GList *pulse_client
,gchar *client_name
);
Finds next match of client_name
in pulse_client
.
Since: 1.0.0
void ags_pulse_client_open (AgsPulseClient *pulse_client
,gchar *client_name
);
Open the pulseaudio client's connection and read uuid.
Since: 1.0.0
void ags_pulse_client_add_device (AgsPulseClient *pulse_client
,GObject *pulse_device
);
Add pulse_device
to pulse_client
.
Since: 1.0.0
void ags_pulse_client_remove_device (AgsPulseClient *pulse_client
,GObject *pulse_device
);
Remove pulse_device
from pulse_client
.
Since: 1.0.0
void ags_pulse_client_add_port (AgsPulseClient *pulse_client
,GObject *pulse_port
);
Add pulse_port
to pulse_client
.
Since: 1.0.0
void ags_pulse_client_remove_port (AgsPulseClient *pulse_client
,GObject *pulse_port
);
Remove pulse_port
from pulse_client
.
Since: 1.0.0
void
ags_pulse_client_activate (AgsPulseClient *pulse_client
);
Activate client.
Since: 1.0.0
void
ags_pulse_client_deactivate (AgsPulseClient *pulse_client
);
Deactivate client.
Since: 1.0.0
AgsPulseClient *
ags_pulse_client_new (GObject *pulse_server
);
Instantiate a new AgsPulseClient.
Since: 1.0.0
#define AGS_IS_PULSE_CLIENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PULSE_CLIENT))
#define AGS_PULSE_CLIENT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PULSE_CLIENT, AgsPulseClient))
#define AGS_PULSE_CLIENT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_PULSE_CLIENT, AgsPulseClient))
#define AGS_PULSE_CLIENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_PULSE_CLIENT, AgsPulseClientClass))
Enum values to control the behavior or indicate internal state of AgsPulseClient by enable/disable as flags.
“pulse-server”
property“pulse-server” AgsPulseServer *
The assigned AgsPulseServer.
Flags: Read / Write
Since: 1.0.0