Class

AgsAudioPulsePort

[]

Description

class AgsAudio.PulsePort : GObject.Object
  implements Ags.Connectable {
  flags: AgsPulsePortFlags,
  connectable_flags: AgsConnectableFlags,
  obj_mutex: GRecMutex,
  pulse_client: GObject*,
  uuid: AgsUUID*,
  pulse_devout: GObject*,
  pulse_devin: GObject*,
  port_uuid: gchar*,
  port_name: gchar*,
  pcm_channels: guint,
  samplerate: guint,
  buffer_size: guint,
  format: AgsSoundcardFormat,
  use_cache: gboolean,
  cache_buffer_size: guint,
  cache_mutex: GRecMutex**,
  current_cache: guint,
  completed_cache: guint,
  cache_offset: guint,
  cache: void**,
  stream: pa_stream*,
  sample_spec: pa_sample_spec*,
  buffer_attr: pa_buffer_attr*,
  empty_buffer: void*,
  is_empty: volatile gboolean,
  underflow: volatile gint,
  restart: volatile gboolean,
  nth_empty_buffer: guint,
  queued: volatile guint,
  audio_buffer_util: AgsAudioBufferUtil*
}

No description available.

[]

Ancestors

[]

Implements

[]

Constructors

ags_pulse_port_new

Create a new instance of AgsPulsePort.

since: 3.0.0

[]

Functions

ags_pulse_port_find

Finds next match of port_name in pulse_port.

since: 3.0.0

[]

Instance methods

ags_pulse_port_get_fixed_size
No description available.

ags_pulse_port_get_latency

Gets latency.

since: 3.0.0

ags_pulse_port_register

Register a new pulseaudio port and read uuid. Creates a new AgsSequencer or AgsSoundcard object.

since: 3.0.0

ags_pulse_port_set_buffer_size
No description available.

ags_pulse_port_set_cache_buffer_size
No description available.

ags_pulse_port_set_flags

Enable a feature of pulse_port.

since: 3.0.0

ags_pulse_port_set_format
No description available.

ags_pulse_port_set_pcm_channels
No description available.

ags_pulse_port_set_samplerate
No description available.

ags_pulse_port_test_flags

Test flags to be set on pulse_port.

since: 3.0.0

ags_pulse_port_unregister
No description available.

ags_pulse_port_unset_flags

Disable a feature of pulse_port.

since: 3.0.0

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

Properties

AgsAudio.PulsePort:port-name

The pulse soundcard indentifier.

since: 3.0.0

AgsAudio.PulsePort:pulse-client

The assigned AgsPulseClient.

since: 3.0.0

AgsAudio.PulsePort:pulse-devin

The assigned AgsPulseDevout.

since: 3.0.0

AgsAudio.PulsePort:pulse-devout

The assigned AgsPulseDevout.

since: 3.0.0

[]

Signals

Signals inherited from GObject (1)

Class structure