func (m *Mixer) GetPlaying() bool { return bool(C.al_get_mixer_playing((*C.ALLEGRO_MIXER)(unsafe.Pointer(m)))) }
// Returns wheter or not the mixer is playing func (self *Mixer) Playing() bool { return cb2b(C.al_get_mixer_playing(self.handle)) }