API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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: booleanWhen true the audio or video loops. Defaults to false.
muted: booleanWhen true the audio or video is muted. Defaults to false.
playbackRate: numberPlayback speed multiplier, clamped to 0.1..20. 1 is normal speed. Defaults to 1.
time: numberSeek position in seconds from the start. Defaults to 0.
volume: numberVolume level in 0..1. Defaults to 1.
Source