167 int getInfoSize()
const;
170 snd_seq_queue_timer_type_t getType();
171 const snd_timer_id_t* getId();
172 unsigned int getResolution();
173 void setType(snd_seq_queue_timer_type_t value);
174 void setId(snd_timer_id_t* value);
176 void setResolution(
unsigned int value);
179 snd_seq_queue_timer_t* m_Info;