playbackTime
Summary
The time when the audio will be played, in the same time coordinate system as AudioContext.currentTime. playbackTime allows for very tight synchronization between processing directly in JavaScript with the other events in the context’s rendering graph.
Deprecated; deletion candidate. See http://webaudio.github.io/web-audio-api/.
Property of apis/webaudio/AudioProcessingEventapis/webaudio/AudioProcessingEvent
Syntax
Note: This property is read-only.
var result = AudioProcessingEvent.playbackTime;
Return Value
Returns an object of type NumberNumber
Related specifications
- W3C Web Audio API
- W3C Editor’s Draft