Пример #1
0
func GetDepthSize(depth uint32) uint32 {
	return uint32(C.al_get_audio_depth_size(C.ALLEGRO_AUDIO_DEPTH(depth)))
}
Пример #2
0
// Gets the size of (foe calculating the size of allocating a sample)
func (self AudioDepth) Size() uint {
	return uint(C.al_get_audio_depth_size(self.toC()))
}