Class

ALSARawmidiSubstreamStatus

Description [src]

class ALSARawmidi.SubstreamStatus : GObject.Object {
  parent_instance: GObject
}

A GObject-derived object to express status of substream. A ALSARawmidiSubstreamStatus is a GObject-derived object to express status of substream attached to the pair of stream. The call of alsarawmidi_stream_pair_get_substream_status() returns the instance of object.

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

Ancestors

Constructors

alsarawmidi_substream_status_new

Allocate and return an instance of ALSARawmidiSubstreamStatus.

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

ALSARawmidi.SubstreamStatus:avail

The size of available space in intermediate buffer.

ALSARawmidi.SubstreamStatus:xruns

The count of XRUNs since the last query of status.

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