Class
ALSASeqPortInfo
Description [src]
class ALSASeq.PortInfo : GObject.Object {
parent_instance: GObject
}
A GObject-derived object to express information of port.
A ALSASeqPortInfo is a GObject-derived object to express information of port. The call of
alsaseq_get_port_info() returns the instance of object. The call of alsaseq_user_client_create_port()
and alsaseq_user_client_update_port() requires the instance of object.
The object wraps struct snd_port_info in UAPI of Linux sound subsystem.
Constructors
alsaseq_port_info_new
Allocate and return an instance of ALSASeqPortInfo.
Properties
ALSASeq.PortInfo:queue-id
The numeric ID of queue to update time stamp when ALSASeqPortInfo:tstamp-overwrite is
set to True. One of ALSASeqSpecificQueueId is available as well.
Available since: 0.3.
ALSASeq.PortInfo:tstamp-mode
The mode of time stamp. This is effective when the ALSASeqPortInfo:tstamp-overwrite is enabled.
Available since: 0.3.
ALSASeq.PortInfo:tstamp-overwrite
The mode whether to overwrite time stamp for event when the event is delivered from the port.
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.