Class

AgsAudioAudioThread

[]

Description

class AgsAudio.AudioThread : Ags.Thread
  implements Ags.Connectable {
  nested_sync_flags: volatile AgsAudioThreadNestedSyncFlags,
  default_output_soundcard: GObject*,
  wakeup_mutex: GMutex,
  wakeup_cond: GCond,
  done_mutex: GMutex,
  done_cond: GCond,
  audio: GObject*,
  sound_scope: gint,
  sync_thread: GList*,
  do_fx_staging: gboolean,
  staging_program: guint*,
  staging_program_count: guint,
  scope_data: None,
  processing: gboolean,
  task_launcher: AgsTaskLauncher*
}

No description available.

[]

Implements

[]

Constructors

ags_audio_thread_new

Create a new instance of AgsAudioThread.

since: 3.0.0

[]

Instance methods

ags_audio_thread_get_do_fx_staging

Get do fx staging.

since: 3.3.0

ags_audio_thread_get_processing

Get processing.

since: 3.11.0

ags_audio_thread_get_staging_program

Get staging program.

since: 3.3.0

ags_audio_thread_get_task_launcher

Get task launcher.

since: 3.11.0

ags_audio_thread_set_do_fx_staging

Set do fx staging.

since: 3.3.0

ags_audio_thread_set_nested_sync_flags

Set status flags.

since: 6.0.0

ags_audio_thread_set_processing

Set processing.

since: 3.11.0

ags_audio_thread_set_sound_scope

Set sound scope.

since: 3.0.0

ags_audio_thread_set_staging_program

Set staging program.

since: 3.3.0

ags_audio_thread_test_nested_sync_flags

Test nested_sync_flags of audio_thread.

since: 6.0.0

ags_audio_thread_unset_nested_sync_flags

Unset status flags.

since: 6.0.0

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

Properties

AgsAudio.AudioThread:audio

The assigned AgsAudio.

since: 3.0.0

AgsAudio.AudioThread:default-output-soundcard

The assigned default soundcard.

since: 3.0.0

AgsAudio.AudioThread:processing

The processing state.

since: 3.11.0

AgsAudio.AudioThread:task-launcher

The assigned AgsTaskLauncher.

since: 3.11.0

Properties inherited from AgsThread (3)
[]

Signals

Signals inherited from AgsThread (4)
Signals inherited from GObject (1)

Class structure