Top | ![]() |
![]() |
![]() |
![]() |
|
ags_recall_id_get_run_stage () |
|
ags_recall_id_set_run_stage () |
|
ags_recall_id_unset_run_stage () |
|
ags_recall_id_find_recycling_container () |
|
ags_recall_id_find_parent_recycling_container () |
|
ags_recall_id_add () |
|
ags_recall_id_new () |
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 |
|
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 |
|
stage |
the run stage the networked channels are in |
Since 0.3
AgsRecallID * ags_recall_id_find_recycling_container (,
GList *recall_id_list);
AgsRecyclingContainer *recycling_container
Retrieve recall id by recycling container.
recall_id_list |
a |
|
recycling_container |
the |
Since 0.4
AgsRecallID * ags_recall_id_find_parent_recycling_container (,
GList *recall_id_list);
AgsRecyclingContainer *parent_recycling_container
Retrieve recall id by recycling container.
Since 0.4
GList * ags_recall_id_add (,
GList *recall_id_list);
AgsRecallID *recall_id
Adds an
recall_id_list |
the |
|
recall_id |
the |
Since 0.4