Method
AgsAudioChannelrecycling_changed
since: 3.0.0
Declaration [src]
void
ags_channel_recycling_changed (
AgsChannel* channel,
AgsRecycling* old_start_region,
AgsRecycling* old_end_region,
AgsRecycling* new_start_region,
AgsRecycling* new_end_region,
AgsRecycling* old_start_changed_region,
AgsRecycling* old_end_changed_region,
AgsRecycling* new_start_changed_region,
AgsRecycling* new_end_changed_region
)
Parameters
old_start_region-
Type:
AgsRecyclingFirst recycling.
The data is owned by the caller of the function. old_end_region-
Type:
AgsRecyclingLast recycling.
The data is owned by the caller of the function. new_start_region-
Type:
AgsRecyclingNew first recycling.
The data is owned by the caller of the function. new_end_region-
Type:
AgsRecyclingNew last recycling.
The data is owned by the caller of the function. old_start_changed_region-
Type:
AgsRecyclingModified link recycling start.
The data is owned by the caller of the function. old_end_changed_region-
Type:
AgsRecyclingModified link recyclig end.
The data is owned by the caller of the function. new_start_changed_region-
Type:
AgsRecyclingReplacing link recycling start.
The data is owned by the caller of the function. new_end_changed_region-
Type:
AgsRecyclingReplacing link recycling end.
The data is owned by the caller of the function.