Class

AgsAudioPulseServer

[]

Description

class AgsAudio.PulseServer : GObject.Object
  implements Ags.Connectable, Ags.SoundServer {
  flags: guint,
  connectable_flags: AgsConnectableFlags,
  obj_mutex: GRecMutex,
  running: volatile gboolean,
  thread: GThread*,
  application_context: AgsApplicationContext*,
  uuid: AgsUUID*,
  main_loop: pa_mainloop*,
  main_loop_api: pa_mainloop_api*,
  url: gchar*,
  port: guint*,
  port_count: guint,
  n_soundcards: guint,
  n_sequencers: guint,
  default_soundcard: GObject*,
  default_client: GObject*,
  client: GList*
}

No description available.

[]

Ancestors

[]

Constructors

ags_pulse_server_new

Create a new instance of AgsPulseServer.

since: 3.0.0

[]

Functions

ags_pulse_server_find_url

Find AgsPulseServer by url.

since: 3.0.0

[]

Instance methods

ags_pulse_server_add_client

Add pulse_client to pulse_server.

since: 3.0.0

ags_pulse_server_connect_client

Connect all clients.

since: 3.0.0

ags_pulse_server_disconnect_client

Disconnect all clients.

since: 3.0.0

ags_pulse_server_find_client

Find AgsPulseClient by uuid.

since: 3.0.0

ags_pulse_server_find_port

Find AgsPulsePort by uuid.

since: 3.0.0

ags_pulse_server_remove_client

Remove pulse_client to pulse_server.

since: 3.0.0

ags_pulse_server_start_poll
No description available.

Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
Methods inherited from AgsSoundServer (12)
[]

Properties

AgsAudio.PulseServer:default-pulse-client

The default pulse client.

since: 3.0.0

AgsAudio.PulseServer:default-soundcard

The default soundcard.

since: 3.0.0

AgsAudio.PulseServer:pulse-client

The pulse client list.

since: 3.0.0

AgsAudio.PulseServer:url

The assigned URL.

since: 3.0.0

[]

Signals

Signals inherited from GObject (1)

Class structure