Class

AgsAudioRecallID

Description

class AgsAudio.RecallID : GObject.Object {
  gobject: GObject,
  flags: guint,
  sound_scope: gint,
  staging_flags: guint,
  state_flags: guint,
  obj_mutex: GRecMutex,
  recycling_context: AgsRecyclingContext*
}
No description available.

Ancestors

Constructors

ags_recall_id_new

Creates a AgsRecallID.

since: 3.0.0

Functions

ags_recall_id_find_parent_recycling_context

Retrieve recall id by recycling context.

since: 3.0.0

ags_recall_id_find_recycling_context

Retrieve recall id by recycling context.

since: 3.0.0

Instance methods

ags_recall_id_check_sound_scope

Check if sound_scope is set for recall_id.

since: 3.0.0

ags_recall_id_check_staging_flags

Check the occurence of staging_flags in recall_id.

since: 3.0.0

ags_recall_id_check_state_flags

Check the occurence of state_flags in recall_id.

since: 3.0.0

ags_recall_id_get_recycling_context

Get recycling context.

since: 3.3.0

ags_recall_id_set_recycling_context

Set recycling context.

since: 3.3.0

ags_recall_id_set_sound_scope
No description available.

ags_recall_id_set_staging_flags

Set staging flags.

since: 3.0.0

ags_recall_id_set_state_flags

Set state flags.

since: 3.0.0

ags_recall_id_test_staging_flags

Test staging_flags to be set on recall_id.

since: 3.0.0

ags_recall_id_test_state_flags

Test state_flags to be set on recall_id.

since: 3.0.0

ags_recall_id_unset_staging_flags

Unset staging flags.

since: 3.0.0

ags_recall_id_unset_state_flags

Unset state flags.

since: 3.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AgsAudio.RecallID:recycling-context

The dynamic run context belonging to.

since: 3.0.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AgsAudioRecallIDClass {
  GObjectClass gobject;
  
}
No description available.
Class members
gobject: GObjectClass
No description available.