Ejemplo n.º 1
0
func (m *Mixer) GetFrequency() uint32 {
	return uint32(C.al_get_mixer_frequency((*C.ALLEGRO_MIXER)(unsafe.Pointer(m))))
}
Ejemplo n.º 2
0
Archivo: audio.go Proyecto: beoran/algo
// Returns the frequency of the mixer
func (self *Mixer) Frequency() uint {
	return uint(C.al_get_mixer_frequency(self.handle))
}