Constructor
AgsAudioAudionew
since: 3.0.0
Declaration [src]
AgsAudio*
ags_audio_new (
GObject* output_soundcard
)
Parameters
output_soundcard
-
Type:
GObject
The
AgsSoundcard
to use for output.The data is owned by the caller of the function.
Return value
Type: AgsAudio
A new AgsAudio
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |