Esempio n. 1
0
func (m *Mixer) GetChannels() uint32 {
	return uint32(C.al_get_mixer_channels((*C.ALLEGRO_MIXER)(unsafe.Pointer(m))))
}
Esempio n. 2
0
File: audio.go Progetto: beoran/algo
// Returns the channel configuration of the mixer
func (self *Mixer) Channels() ChannelConf {
	return ChannelConf(C.al_get_mixer_channels(self.handle))
}