Class

AgsAudioJackClient

[]

Description

class AgsAudio.JackClient : GObject.Object
  implements Ags.Connectable {
  flags: AgsJackClientFlags,
  connectable_flags: AgsConnectableFlags,
  obj_mutex: GRecMutex,
  jack_server: GObject*,
  uuid: AgsUUID*,
  client_uuid: gchar*,
  client_name: gchar*,
  client: jack_client_t*,
  device: GList*,
  port: GList*,
  queued: volatile guint,
  audio_buffer_util: AgsAudioBufferUtil*
}

No description available.

[]

Ancestors

[]

Implements

[]

Constructors

ags_jack_client_new

Create a new instance of AgsJackClient.

since: 3.0.0

[]

Functions

ags_jack_client_find

Finds next match of client_name in jack_client.

since: 3.0.0

ags_jack_client_find_uuid

Finds next match of client_uuid in jack_client.

since: 3.0.0

[]

Instance methods

ags_jack_client_activate

Activate client.

since: 3.0.0

ags_jack_client_add_device

Add jack_device to jack_client.

since: 3.0.0

ags_jack_client_add_port

Add jack_port to jack_client.

since: 3.0.0

ags_jack_client_close

Close the JACK client’s connection.

since: 3.0.0

ags_jack_client_deactivate

Deactivate client.

since: 3.0.0

ags_jack_client_open

Open the JACK client’s connection and read uuid.

since: 3.0.0

ags_jack_client_remove_device

Remove jack_device from jack_client.

since: 3.0.0

ags_jack_client_remove_port

Remove jack_port from jack_client.

since: 3.0.0

ags_jack_client_set_flags

Enable a feature of jack_client.

since: 3.0.0

ags_jack_client_test_flags

Test flags to be set on jack_client.

since: 3.0.0

ags_jack_client_unset_flags

Disable a feature of jack_client.

since: 3.0.0

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

Properties

AgsAudio.JackClient:client-name

The JACK client name.

since: 3.0.0

AgsAudio.JackClient:device

The assigned devices.

since: 3.0.0

AgsAudio.JackClient:jack-server

The assigned AgsJackServer.

since: 3.0.0

AgsAudio.JackClient:port

The assigned ports.

since: 3.0.0

[]

Signals

Signals inherited from GObject (1)

Class structure