Class

AgsAudioSequencerThread

[]

Description

class AgsAudio.SequencerThread : Ags.Thread
  implements Ags.Connectable {
  time_val: time_t,
  sequencer: GObject*,
  timestamp_thread: AgsThread*,
  error: GError*
}

No description available.

[]

Implements

[]

Constructors

ags_sequencer_thread_new

Create a new instance of AgsSequencerThread.

since: 3.0.0

[]

Instance methods

ags_sequencer_thread_find_sequencer

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

since: 3.0.0

ags_sequencer_thread_interval_timeout
No description available.

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

Properties

AgsAudio.SequencerThread:sequencer

The assigned AgsSequencer.

since: 3.0.0

Properties inherited from AgsThread (3)
[]

Signals

AgsAudio.SequencerThread::interval-timeout
No description available.

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

Class structure

[]

Virtual methods