typealias DecodeSuccessCallback = (AudioBuffer) -> Void
s8WebAudio21DecodeSuccessCallbacka
3J7FT
import WebAudio
class AudioBuffer
typealias Void = ()
The return type of functions that don’t explicitly specify a return type, that is, an empty tuple ().
()