Constructor

AgsAudioInputnew

since: 3.0.0

[]

Declaration [src]

AgsInput*
ags_input_new (
  GObject* audio
)
[]

Description [src]

Creates a AgsInput, linking tree to audio.

Available since: 3.0.0

[]

Parameters

audio

Type: GObject

The AgsAudio.

The data is owned by the caller of the function.
[]

Return value

Type: AgsInput

A new AgsInput.

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