Struct

ALSATimerTickTimeEvent

Description [src]

struct ALSATimerTickTimeEvent {
  /* No available fields */
}

A boxed object to express event of timer with tick count. A ALSATimerTickTimeEvent includes tick count at which the event is queued.

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

Instance methods

alsatimer_tick_time_event_get_count

Get the tick count since the last event.

alsatimer_tick_time_event_get_resolution

Get the resolution of tick event.