API reference

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

I

interfacePausable

@codexo/exojs / audio / stable

A voice that can be paused and resumed in place.

1
props
2
methods
0
events
Import
import { Pausable } from '@codexo/exojs'

A voice that can be paused and resumed in place.

Methods2
pause(): void
resume(): void
Properties1
paused: boolean
Source