Method

AgsAudioChannelreset_recycling

since: 3.0.0

Declaration [src]

void
ags_channel_reset_recycling (
  AgsChannel* channel,
  AgsRecycling* first_recycling,
  AgsRecycling* last_recycling
)

Description [src]

Called by ags_channel_set_link() to handle outdated AgsRecycling references. Invoke only by a task.

Available since: 3.0.0

Parameters

first_recycling

Type: AgsRecycling

The recycling to set for channel->first_recycling.

The data is owned by the caller of the function.
last_recycling

Type: AgsRecycling

The recycling to set for channel->last_recycling.

The data is owned by the caller of the function.