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
)
Parameters
end_region
-
Type:
AgsRecycling
Boundary end.
The data is owned by the caller of the method. prev_channel
-
Type:
GObject
Previous channel.
The data is owned by the caller of the method.
Return value
Type: AgsRecycling
Matching recycling.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |