Exemplo n.º 1
0
func (s *Sample) GetDepth() uint32 {
	return uint32(C.al_get_sample_depth((*C.ALLEGRO_SAMPLE)(unsafe.Pointer(s))))
}
Exemplo n.º 2
0
Arquivo: audio.go Projeto: beoran/algo
// Returns the depth of the sample
func (self *Sample) Depth() uint {
	return uint(C.al_get_sample_depth(self.handle))
}