Class

ALSATimerInstanceStatus

Description [src]

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

A GObject-derived object to express status of user instance. A ALSATimerInstanceStatus is a GObject-derived object to express status of user instance attached to any timer device or the other instance as slave. The call of alsatimer_user_instance_get_status() returns the instance of object.

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

Ancestors

Constructors

alsatimer_instance_status_new

Allocate and return an instance of ALSATimerInstanceStatus.

Instance methods

alsatimer_instance_status_get_time

Get real time at which the timer starts, stops, pauses, and continues.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

ALSATimer.InstanceStatus:interval

The current interval in nano second.

ALSATimer.InstanceStatus:lost

The count of losts master ticks.

ALSATimer.InstanceStatus:overrun

The count of overrun in read queue.

ALSATimer.InstanceStatus:queue-size

The current size of queue.

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