Class

ALSASeqClientInfo

Description [src]

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

A GObject-derived object to express information of client. A ALSASeqClientInfo is a GObject-derived object to express information of client. The call of alsaseq_get_client_info() returns the instance of object. The call of alsaseq_user_client_set_info() and alsaseq_user_client_get_info() require the instance of object.

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

Ancestors

Constructors

alsaseq_client_info_new

Allocate and return an instance of ALSASeqClientInfo.

Instance methods

alsaseq_client_info_get_event_filter

Get the list of type of events configured to be listen.

alsaseq_client_info_set_event_filter

Set the list of type of events configured to be listen.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

ALSASeq.ClientInfo:card-id

The numeric ID of sound card. Available in Linux kernel 4.6.0 or later.

ALSASeq.ClientInfo:client-id

The numeric ID of client. One of ALSASeqSpecificClientId is available as well as any numeric value.

ALSASeq.ClientInfo:filter-attributes

The attributes for event filter.

ALSASeq.ClientInfo:lost-count

The number of lost events.

ALSASeq.ClientInfo:name

The name of client.

ALSASeq.ClientInfo:port-count

The number of ports opened by the client.

ALSASeq.ClientInfo:process-id

The process ID for user client, otherwise -1. Available in Linux kernel 4.6.0 or later.

ALSASeq.ClientInfo:type

The type of client, one of ALSASeqClientType.

ALSASeq.ClientInfo:use-filter

Whether using filter to receive event or not.

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