API reference

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

I

interfacePlaybackOptions

@codexo/exojs / core / stable

Common playback configuration for Sound and AudioStream.

5
props
0
methods
0
events
Import
import { PlaybackOptions } from '@codexo/exojs'

Common playback configuration for Sound and AudioStream.

Properties5
loop: boolean
When true the audio or video loops. Defaults to false.
muted: boolean
When true the audio or video is muted. Defaults to false.
playbackRate: number
Playback speed multiplier, clamped to 0.1..20. 1 is normal speed. Defaults to 1.
time: number
Seek position in seconds from the start. Defaults to 0.
volume: number
Volume level in 0..1. Defaults to 1.
Source