func (s *SampleId) Stop() { C.al_stop_sample((*C.ALLEGRO_SAMPLE_ID)(unsafe.Pointer(s))) }
// Stops playing a sample that was started with sample.Play() func (self *SampleId) Stop() { C.al_stop_sample(self.toC()) }