Class

ALSASeqQueueTimerAlsa

Description [src]

class ALSASeq.QueueTimerAlsa : GObject.Object {
  parent_instance: GObject
}

An object to express queue timer specific to instance in ALSA Timer. A GObject derived object class for queue timer specific to any instance in ALSA Timer.

Ancestors

Constructors

alsaseq_queue_timer_alsa_new

Allocate and return an instance of ALSASeqQueueTimerAlsa.

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

ALSASeq.QueueTimerAlsa:device-id

The identifier of associated timer instance in ALSA Timer.

Available since: 0.3.

ALSASeq.QueueTimerAlsa:resolution-ticks

The number of ticks as resolution of timer.

Available since: 0.3.

Properties inherited from ALSASeqQueueTimerCommon (2)
ALSASeq.QueueTimerCommon:queue-id

The numeric identifier of queue. An entry of ALSASeqSpecificClientId is available as well.

Available since: 0.3.

ALSASeq.QueueTimerCommon:timer-type

The type of timer for the queue, one of ALSASeqQueueTimerType.

Available since: 0.3.

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.

Class structure

struct ALSASeqQueueTimerAlsaClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.