API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

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): void
Move the playhead to t seconds.
Properties2
duration: number
Total duration in seconds (Infinity for open-ended sources).
time: number
Current playback position in seconds.
Source