Method

AgsAudioExportThreadfind_soundcard

since: 3.0.0

Declaration [src]

AgsExportThread*
ags_export_thread_find_soundcard (
  AgsExportThread* export_thread,
  GObject* soundcard
)

Description

No description available.

Available since: 3.0.0

Parameters

soundcard

Type: GObject

The AgsSoundcard to find.

The data is owned by the caller of the function.

Return value

Type: AgsExportThread

The matching AgsExportThread, if not found NULL.

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