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.

Ancestors

Constructors

alsaseq_port_info_new

Allocate and return an instance of ALSASeqPortInfo.

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

ALSASeq.PortInfo:addr

The address of port.

Available since: 0.3.

ALSASeq.PortInfo:attrs

The attributes of port, a set of ALSASeqPortAttrFlag.

Available since: 0.3.

ALSASeq.PortInfo:caps

The capabilities of port, a set of ALSASeqPortCapFlag.

Available since: 0.3.

ALSASeq.PortInfo:midi-channels

The number of channels per MIDI port.

Available since: 0.3.

ALSASeq.PortInfo:midi-voices

The number of voices per MIDI port.

Available since: 0.3.

ALSASeq.PortInfo:name

The name of port.

Available since: 0.3.

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:read-users

The current number of subscribers to read.

Available since: 0.3.

ALSASeq.PortInfo:synth-voices

The number of voices per synth port.

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.

ALSASeq.PortInfo:write-users

The current number of subscribers to write.

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 ALSASeqPortInfoClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.