Class
ALSASeqQueueTempo
Description [src]
class ALSASeq.QueueTempo : GObject.Object {
parent_instance: GObject
}
A GObject-derived object to express tempo of queue.
A ALSASeqQueueTempo
is a GObject-derived object to express tempo of queue.
The object wraps struct snd_seq_queue_tempo
in UAPI of Linux sound subsystem.
Constructors
alsaseq_queue_tempo_new
Allocate and return an instance of ALSASeqQueueTempo
.
Instance methods
alsaseq_queue_tempo_get_skew
Refer to numerator and denominator of fraction for skew.
alsaseq_queue_tempo_set_skew
Copy numerator and denominator of fraction for skew.
Properties
ALSASeq.QueueTempo:queue-id
The numeric ID of queue. An entry of ALSASeqSpecificClientId is available as well,
ALSASeq.QueueTempo:resolution
The number of pulse per quarter as resolution.
ALSASeq.QueueTempo:tempo
The number of micro second per tick as tempo.
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.