Struct
ALSATimerRealTimeEvent
Description [src]
struct ALSATimerRealTimeEvent {
/* No available fields */
}
A boxed object to express event of timer with real time.
A ALSATimerRealTimeEvent
includes real time at which the event is queued.
The object wraps struct snd_timer_tread
in UAPI of Linux sound subsystem.
Instance methods
alsatimer_real_time_event_get_event
Get the kind of event for the real time event.
alsatimer_real_time_event_get_time
Get the seconds and nanoseconds part for the real time event.
alsatimer_real_time_event_get_val
Get the value depending on the type of real time event.