Class

AgsAudioChannelThread

[]

Description

class AgsAudio.ChannelThread : Ags.Thread
  implements Ags.Connectable {
  nested_sync_flags: volatile AgsChannelThreadNestedSyncFlags,
  default_output_soundcard: GObject*,
  wakeup_mutex: GMutex,
  wakeup_cond: GCond,
  done_mutex: GMutex,
  done_cond: GCond,
  channel: GObject*,
  sound_scope: gint,
  do_fx_staging: gboolean,
  staging_program: guint*,
  staging_program_count: guint,
  processing: gboolean,
  task_launcher: AgsTaskLauncher*
}

No description available.

[]

Implements

[]

Constructors

ags_channel_thread_new

Create a new AgsChannelThread.

since: 3.0.0

[]

Instance methods

ags_channel_thread_get_do_fx_staging

Get do fx staging.

since: 3.3.0

ags_channel_thread_get_processing

Get processing.

since: 3.11.0

ags_channel_thread_get_staging_program

Get staging program.

since: 3.3.0

ags_channel_thread_get_task_launcher

Get task launcher.

since: 3.11.0

ags_channel_thread_set_do_fx_staging

Set do fx staging.

since: 3.3.0

ags_channel_thread_set_nested_sync_flags

Set status flags.

since: 6.0.0

ags_channel_thread_set_processing

Set processing.

since: 3.11.0

ags_channel_thread_set_sound_scope

Set sound scope.

since: 3.0.0

ags_channel_thread_set_staging_program

Set staging program.

since: 3.3.0

ags_channel_thread_test_nested_sync_flags

Test nested_sync_flags of channel_thread.

since: 6.0.0

ags_channel_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.ChannelThread:channel

The assigned AgsChannel.

since: 3.0.0

AgsAudio.ChannelThread:default-output-soundcard

The assigned default soundcard.

since: 3.0.0

AgsAudio.ChannelThread:processing

The processing state.

since: 3.11.0

AgsAudio.ChannelThread: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