Class

ALSASeqSystemInfo

Description [src]

class ALSASeq.SystemInfo : GObject.Object {
  parent_instance: GObject
}

A GObject-derived object to express information of ALSA Sequencer. A ALSASeqSystemInfo is a GObject-derived object to express information of ALSA Sequencer. The call of alsaseq_get_system_info() returns the instance of object.

The object wraps struct snd_seq_system_info in UAPI of Linux sound subsystem.

Ancestors

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

ALSASeq.SystemInfo:current-client-count

The current number of clients.

ALSASeq.SystemInfo:current-queue-count

The current number of queues.

ALSASeq.SystemInfo:maximum-channel-count

The maximum number of channels.

ALSASeq.SystemInfo:maximum-client-count

The maximum number of clients.

ALSASeq.SystemInfo:maximum-port-count

The maximum number of ports.

ALSASeq.SystemInfo:maximum-queue-count

The maximum number of available queues.

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