Class
ALSASeqQueueInfo
Description [src]
class ALSASeq.QueueInfo : GObject.Object {
parent_instance: GObject
}
A GObject-derived object to express information of queue.
A ALSASeqQueueInfo
is a GObject-derived object to express information of queue. The call of
alsaseq_get_queue_info_by_id()
and alsaseq_get_queue_info_by_name()
returns the instance of object.
The call of alsaseq_user_client_create_queue()
and alsaseq_user_client_update_queue()
requires the
instance of object.
The object wraps struct snd_seq_queue_info
in UAPI of Linux sound subsystem.
Constructors
alsaseq_queue_info_new
Allocate and return an instance of ALSASeqQueueInfo
.
Properties
ALSASeq.QueueInfo:client-id
The numeric ID of client which owns the queue, including one of ALSASeqSpecificClientId.
ALSASeq.QueueInfo:locked
Whether to be locked by the other queues or not.
ALSASeq.QueueInfo:name
The name of queue.
ALSASeq.QueueInfo:queue-id
The numeric ID of queue. An entry of ALSASeqSpecificQueueId is available as well.
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.