Struct

AgsAudioAudioThreadScopeData

Description

struct AgsAudioThreadScopeData {
  volatile gboolean fx_done;
  volatile guint fx_wait;
  GMutex fx_mutex;
  GCond fx_cond;
}
No description available.
Structure members
fx_done
No description available.
fx_wait
No description available.
fx_mutex
No description available.
fx_cond
No description available.

Functions

ags_audio_thread_scope_data_alloc

Allocate the AgsAudioThreadScopeData-struct.

since: 3.3.0

Instance methods

ags_audio_thread_scope_data_free

Free scope_data.

since: 3.3.0