toggle menu
korge-root
5.1.0
js
switch theme
search in API
korge-core
/
korlibs.audio.sound
/
AudioProcessingEvent
Audio
Processing
Event
js
external
class
AudioProcessingEvent
:
Event
Members
Constructors
Audio
Processing
Event
Link copied to clipboard
js
constructor
(
)
Properties
bubbles
Link copied to clipboard
js
open
val
bubbles
:
Boolean
cancelable
Link copied to clipboard
js
open
val
cancelable
:
Boolean
composed
Link copied to clipboard
js
open
val
composed
:
Boolean
current
Target
Link copied to clipboard
js
open
val
currentTarget
:
EventTarget
?
default
Prevented
Link copied to clipboard
js
open
val
defaultPrevented
:
Boolean
event
Phase
Link copied to clipboard
js
open
val
eventPhase
:
Short
input
Buffer
Link copied to clipboard
js
val
inputBuffer
:
AudioBuffer
is
Trusted
Link copied to clipboard
js
open
val
isTrusted
:
Boolean
output
Buffer
Link copied to clipboard
js
val
outputBuffer
:
AudioBuffer
playback
Time
Link copied to clipboard
js
val
playbackTime
:
Double
target
Link copied to clipboard
js
open
val
target
:
EventTarget
?
time
Stamp
Link copied to clipboard
js
open
val
timeStamp
:
Number
type
Link copied to clipboard
js
open
val
type
:
String
Functions
composed
Path
Link copied to clipboard
js
fun
composedPath
(
)
:
Array
<
EventTarget
>
init
Event
Link copied to clipboard
js
fun
initEvent
(
type
:
String
,
bubbles
:
Boolean
,
cancelable
:
Boolean
)
prevent
Default
Link copied to clipboard
js
fun
preventDefault
(
)
stop
Immediate
Propagation
Link copied to clipboard
js
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
js
fun
stopPropagation
(
)