Constructor

AgsAudioWavenew

since: 3.0.0

Declaration [src]

AgsWave*
ags_wave_new (
  GObject* audio,
  guint line
)

Description [src]

Creates a new instance of AgsWave.

Available since: 3.0.0

Parameters

audio

Type: GObject

The assigned AgsAudio.

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

Type: guint

The line to be used.

Return value

Type: AgsWave

A new AgsWave.

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