Unit 'asoundlib' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#fpalsa]

snd_timer_event_t

Declaration

Source position: timer.inc line 105

type snd_timer_event_t = (

  SND_TIMER_EVENT_RESOLUTION = 0,

  SND_TIMER_EVENT_TICK,

  SND_TIMER_EVENT_START,

  SND_TIMER_EVENT_STOP,

  SND_TIMER_EVENT_CONTINUE,

  SND_TIMER_EVENT_PAUSE,

  SND_TIMER_EVENT_EARLY,

  SND_TIMER_EVENT_SUSPEND,

  SND_TIMER_EVENT_RESUME,

  SND_TIMER_EVENT_MSTART = Integer(SND_TIMER_EVENT_START) + 10,

  SND_TIMER_EVENT_MSTOP = Integer(SND_TIMER_EVENT_STOP) + 10,

  SND_TIMER_EVENT_MCONTINUE = Integer(SND_TIMER_EVENT_CONTINUE) + 10,

  SND_TIMER_EVENT_MPAUSE = Integer(SND_TIMER_EVENT_PAUSE) + 10,

  SND_TIMER_EVENT_MSUSPEND = Integer(SND_TIMER_EVENT_SUSPEND) + 10,

  SND_TIMER_EVENT_MRESUME = Integer(SND_TIMER_EVENT_RESUME) + 10

);


Documentation generated on: 2026-03-03