# Returns only the id corresponding to the soundpool where the sound is loaded.
# Needed by `load` of `Sound`.
private fun load_asset_fd_rid(afd: NativeAssetFileDescriptor): Int do
return nsoundpool.load_asset_fd(afd, self.priority)
end
lib/android/audio.nit:269,2--273,4