Class

ALSARawmidiSubstreamParams

Description [src]

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

A GObject-derived object to express parameters of substream. A ALSARawmidiSubstreamParams is a GObject-derived object to express parameters of substream attached to the pair of streams. The call of alsarawmidi_stream_pair_set_substream_params() requires the instance of object.

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

Ancestors

Constructors

alsarawmidi_substream_params_new

Allocate and return an instance of ALSARawmidiSubstreamParams.

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

ALSARawmidi.SubstreamParams:active-sensing

Whether to emit 0xfe one time when closing substream.

ALSARawmidi.SubstreamParams:avail-min

The threshold to wake up from any blocking operation such as poll(2), read(2) and write(2).

ALSARawmidi.SubstreamParams:buffer-size

The size of intermediate buffer for substream.

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