示例#1
0
func (h *HGE) Channel_SetPitch(chn sound.Channel, pitch float64) {
	chn.SetPitch(pitch)
}