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

Parameters

length

Type: guint64

Array dimension of context.

Return value

Type: AgsRecyclingContext

A new AgsRecyclingContext.

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