Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlayerPlayOptions

Player Play Options

Hierarchy

  • PlayerPlayOptions

Index

Properties

Optional endTime

endTime: undefined | number

Where to end the song if you wanted to end the song early

Optional noReplace

noReplace: undefined | false | true

Whether to replace what is currently playing, aka skip the current song

Optional pause

pause: undefined | false | true

Whether to pause it at the start

Optional startTime

startTime: undefined | number

Where to start the song fromm if you wanted to start from somewhere

Optional volume

volume: undefined | number

The volume to start playing at

Generated using TypeDoc