Class

ALSATimerInstanceParams

Description [src]

class ALSATimer.InstanceParams : GObject.Object {
  parent_instance: GObject
}

A GObject-derived object to express parameters of user instance. A ALSATimerInstanceParams is a GObject-derived object to express parameters of user instance attached to any timer device or the other instance as slave. The call of alsatimer_user_instance_set_params() requires the instance of object.

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

Ancestors

Constructors

alsatimer_instance_params_new

Allocate and return an instance of ALSATimerInstanceParams.

Instance methods

alsatimer_instance_params_get_event_filter

Get the list of ALSATimerRealTimeEventType to filter events. This parameter is effective only for target instance with ALSATimerEventType.REAL_TIME.

alsatimer_instance_params_set_event_filter

Set the list of ALSATimerRealTimeEventType to filter events. This parameter is effective only for target instance with ALSATimerEventType.TIMESTAMP.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

ALSATimer.InstanceParams:flags

The flags for user instance, as a set of ALSATimerInstanceParamFlag.

ALSATimer.InstanceParams:interval

The interval to generate event in tick count.

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