Class
ALSASeqSubscribeData
Description [src]
class ALSASeq.SubscribeData : GObject.Object {
parent_instance: GObject
}
A GObject-derived object to express data for subscription between ports.
A ALSASeqSubscribeData
is a GObject-derived object to express data for subscription between
a pair of ports. The call of alsaseq_get_subscription_list()
returns the list of data. The call of
alsaseq_user_client_operate_subscription()
requires the instance of object.
The object wraps struct snd_seq_port_subscribe
in UAPI of Linux sound subsystem.
Constructors
alsaseq_subscribe_data_new
Allocates and returns the instance of ALSASeqSubscribeData
.
Properties
ALSASeq.SubscribeData:has-tstamp
Any event for the subscription has time stamp,
Available since: 0.3.
ALSASeq.SubscribeData:is-exclusive
Whether the subscription can be changed by originator only,
Available since: 0.3.
ALSASeq.SubscribeData:queue-id
The numeric ID of queue to deliver. One of ALSASeqSpecificQueueId is available as well as any numeric value.
Available since: 0.3.
ALSASeq.SubscribeData:tstamp-mode
The type of time stamp. This is effective when the has-tstamp property enabled.
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.