Ejemplo n.º 1
0
func (s *SampleInstance) Stop() bool {
	return bool(C.al_stop_sample_instance((*C.ALLEGRO_SAMPLE_INSTANCE)(unsafe.Pointer(s))))
}
Ejemplo n.º 2
0
Archivo: audio.go Proyecto: beoran/algo
// Stops the sample instannce playback
func (self *SampleInstance) Stop() bool {
	return cb2b(C.al_stop_sample_instance(self.handle))
}