Interface
ALSASeqQueueTimerCommon
Description [src]
interface ALSASeq.QueueTimerCommon : GObject.Object
An interface to express common features of queue timer.
A ALSASeqQueueTimerCommon should be implemented by any type of queue timer.
The object wraps struct snd_seq_queue_timer in UAPI of Linux sound subsystem.
| Available since: | 0.3. |
Prerequisite
In order to implement QueueTimerCommon, your type must inherit from
GObject.
Properties
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.