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.
Constructors
alsarawmidi_substream_status_new
Allocate and return an instance of ALSARawmidiSubstreamStatus
.
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.