176 explicit QueueTimer(snd_seq_queue_timer_t* other);
180 int getInfoSize()
const;
183 snd_seq_queue_timer_type_t getType();
184 const snd_timer_id_t* getId();
185 unsigned int getResolution();
186 void setType(snd_seq_queue_timer_type_t value);
187 void setId(snd_timer_id_t* value);
189 void setResolution(
unsigned int value);
192 snd_seq_queue_timer_t* m_Info;