func (m *Mixer) GetFrequency() uint32 { return uint32(C.al_get_mixer_frequency((*C.ALLEGRO_MIXER)(unsafe.Pointer(m)))) }
// Returns the frequency of the mixer func (self *Mixer) Frequency() uint { return uint(C.al_get_mixer_frequency(self.handle)) }