Constructor
AgsAudioExportThreadnew
since: 3.0.0
Declaration [src]
AgsExportThread*
ags_export_thread_new (
GObject* soundcard,
AgsAudioFile* audio_file
)
Parameters
soundcard
-
Type:
GObject
The
AgsSoundcard
.The data is owned by the caller of the function. audio_file
-
Type:
AgsAudioFile
The output file.
The data is owned by the caller of the function.
Return value
Type: AgsExportThread
The new AgsExportThread
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |