Top |
gboolean ags_recall_id_get_run_stage (AgsRecallID *id
,gint stage
);
Check if a run stage already has been passed for current run. This function is intended to handle AGS_AUDIO_ASYNC correctly.
Since: 0.3
void ags_recall_id_set_run_stage (AgsRecallID *recall_id
,gint stage
);
Marks the run stage to be passed for audio channel.
recall_id |
the AgsRecallID which has been passed |
|
stage |
the run stage the networked channels are in |
Since: 0.3
void ags_recall_id_unset_run_stage (AgsRecallID *recall_id
,gint stage
);
Unmarks the run stage to be passed for audio channel.
recall_id |
the AgsRecallID which has been passed |
|
stage |
the run stage the networked channels are in |
Since: 0.3
AgsRecallID * ags_recall_id_find_recycling_context (GList *recall_id_list
,AgsRecyclingContext *recycling_context
);
Retrieve recall id by recycling context.
recall_id_list |
a GList containing AgsRecallID |
|
recycling_context |
the AgsRecyclingContext to match |
Since: 0.4.2
AgsRecallID * ags_recall_id_find_parent_recycling_context (GList *recall_id_list
,AgsRecyclingContext *parent_recycling_context
);
Retrieve recall id by recycling context.
recall_id_list |
a GList containing AgsRecallID |
|
parent_recycling_context |
the AgsRecyclingContext to match |
Since: 0.4.2
GList * ags_recall_id_add (GList *recall_id_list
,AgsRecallID *recall_id
);
Adds an AgsRecallID with given properties to the passed GList.
recall_id_list |
the GList the new AgsRecallID should be added |
|
recall_id |
the AgsRecallID to add |
Since: 0.4
AgsRecallID *
ags_recall_id_new (AgsRecycling *recycling
);
Creates a AgsRecallID, assigned to recycling
Since: 0.3