Method

AgsAudioRecyclingfind_next_channel

since: 3.0.0

Declaration [src]

AgsRecycling*
ags_recycling_find_next_channel (
  AgsRecycling* start_region,
  AgsRecycling* end_region,
  GObject* prev_channel
)

Description [src]

Retrieve next recycling with different channel.

Available since: 3.0.0

Parameters

end_region

Type: AgsRecycling

Boundary end.

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

Type: GObject

Previous channel.

The data is owned by the caller of the function.

Return value

Type: AgsRecycling

Matching recycling.

The caller of the method takes ownership of the data, and is responsible for freeing it.