API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceSeekable
@codexo/exojs / audio / stable
A voice whose playhead can be read and moved.
2
props
1
methods
0
events
Import
import { Seekable } from '@codexo/exojs'A voice whose playhead can be read and moved.
Methods1
seek(t: number): voidMove the playhead to t seconds.
Properties2
duration: numberTotal duration in seconds (Infinity for open-ended sources).
time: numberCurrent playback position in seconds.
Source