Class

AgsAudioSoundcardThread

[]

Description

class AgsAudio.SoundcardThread : Ags.Thread
  implements Ags.Connectable {
  flags: guint,
  soundcard_capability: guint,
  soundcard: GObject*,
  error: GError*
}

No description available.

[]

Implements

[]

Constructors

ags_soundcard_thread_new

Create a new instance of AgsSoundcardThread.

since: 3.0.0

[]

Instance methods

ags_soundcard_thread_find_soundcard

Find soundcard as sibling of soundcard_thread, if it was found on the returned thread should be called g_object_unref().

since: 3.0.0

Methods inherited from AgsThread (45)
Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
[]

Properties

AgsAudio.SoundcardThread:soundcard

The assigned AgsSoundcard.

since: 3.0.0

AgsAudio.SoundcardThread:soundcard-capability

The soundcard capability.

since: 3.0.0

Properties inherited from AgsThread (3)
[]

Signals

Signals inherited from AgsThread (4)
Signals inherited from GObject (1)

Class structure