func (s *SampleInstance) SetPlaying(val bool) bool { return bool(C.al_set_sample_instance_playing((*C.ALLEGRO_SAMPLE_INSTANCE)(unsafe.Pointer(s)), C.bool(val))) }
// Sets the play status of the sample instance. func (self *SampleInstance) SetPlaying(val bool) bool { return cb2b(C.al_set_sample_instance_playing(self.handle, b2cb(val))) }