Method
AgsAudioExportThreadfind_soundcard
since: 3.0.0
Declaration [src]
AgsExportThread*
ags_export_thread_find_soundcard (
AgsExportThread* export_thread,
GObject* soundcard
)
Parameters
soundcard
-
Type:
GObject
The
AgsSoundcard
to find.The data is owned by the caller of the method.
Return value
Type: AgsExportThread
The matching AgsExportThread
, if not
found NULL
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |