コード例 #1
0
ファイル: hge.go プロジェクト: losinggeneration/hge
func (h *HGE) Channel_GetLength(chn sound.Channel) float64 {
	return chn.Len()
}