Constructor

AgsAudioSoundcardThreadnew

since: 3.0.0

Declaration [src]

AgsSoundcardThread*
ags_soundcard_thread_new (
  GObject* soundcard,
  guint soundcard_capability
)

Description [src]

Create a new instance of AgsSoundcardThread.

Available since: 3.0.0

Parameters

soundcard

Type: GObject

The AgsSoundcard.

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

Type: guint

See AgsSoundcardCapability-enum.

Return value

Type: AgsSoundcardThread

The new AgsSoundcardThread.

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