Constructor

AgsAudioAudioThreadnew

since: 3.0.0

Declaration [src]

AgsAudioThread*
ags_audio_thread_new (
  GObject* default_output_soundcard,
  GObject* audio
)

Description [src]

Create a new instance of AgsAudioThread.

Available since: 3.0.0

Parameters

default_output_soundcard

Type: GObject

The GObject.

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

Type: GObject

The AgsAudio.

The data is owned by the caller of the function.

Return value

Type: AgsAudioThread

The new AgsAudioThread.

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