Constructor

AgsAudioRecyclingnew

since: 3.0.0

Declaration [src]

AgsRecycling*
ags_recycling_new (
  GObject* output_soundcard
)

Description [src]

Creates a AgsRecycling, with defaults of soundcard.

Available since: 3.0.0

Parameters

output_soundcard

Type: GObject

The GObject implementing AgsSoundcard.

The data is owned by the caller of the function.

Return value

Type: AgsRecycling

A new AgsRecycling.

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