Virtual Method
AgsAudioChannelinit_recall
since: 3.0.0
Declaration [src]
void
init_recall (
AgsChannel* channel,
AgsRecallID* recall_id,
AgsSoundStagingFlags staging_flags
)
Description [src]
Prepare AgsRecall
objects and invoke AgsRecall::run-init-pre
, AgsRecall::run-init-inter
or
AgsRecall::run-init-post
as specified by staging_flags
.
Available since: 3.0.0
Parameters
recall_id
-
Type:
AgsRecallID
The
AgsRecallID
.The data is owned by the caller of the method. staging_flags
-
Type:
AgsSoundStagingFlags
The stages to invoke.