Constructor
AgsAudioRecyclingContextnew
since: 3.0.0
Declaration [src]
AgsRecyclingContext*
ags_recycling_context_new (
guint64 length
)
Description [src]
Creates a AgsRecyclingContext
, boundaries are specified by length
.
Available since: 3.0.0
Return value
Type: AgsRecyclingContext
A new AgsRecyclingContext
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |