# $
# context
# onmounted
# onunmounted
# state
= ...
State<AudioTransportElement, {
# Idle
= 'idle'
# Paused
= 'paused'
# Playing
= 'playing'
# Stopped
= 'stopped'
"idle"
"playing"
"paused"
"stopped"
EventMethodsAudioTransportElement
# idlecancel
# idleend
# idlepause
# idleresume
# idlestart
# pausedcancel
# pausedend
# pausedpause
# pausedresume
# pausedstart
# playingcancel
# playingend
# playingpause
# playingresume
# playingstart
# stoppedcancel
# stoppedend
# stoppedpause
# stoppedresume
# stoppedstart
InlineEventMapAudioTransportElement
# idlecancel
# idleend
# idlepause
# idleresume
# idlestart
# pausedcancel
# pausedend
# pausedpause
# pausedresume
# pausedstart
# playingcancel
# playingend
# playingpause
# playingresume
# playingstart
# stoppedcancel
# stoppedend
# stoppedpause
# stoppedresume
# stoppedstart
# setParam
(param, targetValue, slope)
# param
# targetValue
# slope
= 0.015
setParam(param, targetValue, slope) =>