Class

AgsAudioAudioLoop

[]

Description

class AgsAudio.AudioLoop : Ags.Thread
  implements Ags.Connectable, Ags.MainLoop {
  flags: AgsAudioLoopFlags,
  tree_lock: GRecMutex,
  is_syncing: volatile gboolean,
  is_critical_region: volatile gboolean,
  critical_region_ref: volatile guint,
  play_channel_ref: guint,
  play_channel: GList*,
  play_audio_ref: guint,
  play_audio: GList*,
  sync_thread: GList*,
  do_fx_staging: gboolean,
  staging_program: guint*,
  staging_program_count: guint
}

No description available.

[]

Constructors

ags_audio_loop_new

Create a new AgsAudioLoop.

since: 3.0.0

[]

Instance methods

ags_audio_loop_add_audio

Add audio for playback.

since: 3.0.0

ags_audio_loop_add_channel

Add channel for playback.

since: 3.0.0

ags_audio_loop_get_do_fx_staging

Get do fx staging.

since: 3.3.0

ags_audio_loop_get_staging_program

Get staging program.

since: 3.3.0

ags_audio_loop_remove_audio

Remove audio of playback.

since: 3.0.0

ags_audio_loop_remove_channel

Remove channel of playback.

since: 3.0.0

ags_audio_loop_set_do_fx_staging

Set do fx staging.

since: 3.3.0

ags_audio_loop_set_flags

Set flags.

since: 3.0.0

ags_audio_loop_set_staging_program

Set staging program.

since: 3.3.0

ags_audio_loop_test_flags

Test flags to be set on audio_loop.

since: 3.0.0

ags_audio_loop_unset_flags

Unset flags.

since: 3.0.0

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

Properties

AgsAudio.AudioLoop:play-audio

An AgsAudio to add for playback.

since: 3.0.0

AgsAudio.AudioLoop:play-channel

An AgsChannel to add for playback.

since: 3.0.0

Properties inherited from AgsThread (3)
[]

Signals

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

Class structure