Options
All
  • Public
  • Public/Protected
  • All
Menu

Module actions

Index

Variables

Const CLEAR_PLAYLIST

CLEAR_PLAYLIST: "CLEAR_PLAYLIST" = "CLEAR_PLAYLIST"

Const NEXT_SRC

NEXT_SRC: "NEXT_SRC" = "NEXT_SRC"

Const PAUSE

PAUSE: "PAUSE" = "PAUSE"

Const PLAY

PLAY: "PLAY" = "PLAY"

Const SET_BUFFERED_TIME

SET_BUFFERED_TIME: "SET_BUFFERED_TIME" = "SET_BUFFERED_TIME"

Const SET_CURRENT_TIME

SET_CURRENT_TIME: "SET_CURRENT_TIME" = "SET_CURRENT_TIME"

Const SET_PLAYLIST

SET_PLAYLIST: "SET_PLAYLIST" = "SET_PLAYLIST"

Const SET_SPEED

SET_SPEED: "SET_SPEED" = "SET_SPEED"

Const SET_TIMES

SET_TIMES: "SET_TIMES" = "SET_TIMES"

Const SET_TOTAL_TIME

SET_TOTAL_TIME: "SET_TOTAL_TIME" = "SET_TOTAL_TIME"

Const SET_VOLUME

SET_VOLUME: "SET_VOLUME" = "SET_VOLUME"

Const UPDATE_SONG

UPDATE_SONG: "UPDATE_SONG" = "UPDATE_SONG"

Functions

autoNext

clearPlaylist

  • clearPlaylist(): IAction<"CLEAR_PLAYLIST", undefined>

next

nextPlayOrder

nextSrc

  • nextSrc(): IAction<"NEXT_SRC", undefined>

pause

  • pause(): IAction<"PAUSE", undefined>

play

  • play(): IAction<"PLAY", undefined>

previous

removeSong

setBufferedTime

setCurrentSong

setCurrentTime

  • setCurrentTime(time: number): IAction<"SET_CURRENT_TIME", number>

setNextSong

setPlayOrder

setPlaylist

setSpeed

  • setSpeed(speedRate: number): IAction<"SET_SPEED", number>

setTimes

setTotalTime

  • setTotalTime(time: number): IAction<"SET_TOTAL_TIME", number>

setVolume

  • setVolume(volume: number): IAction<"SET_VOLUME", number>

updateSong

Generated using TypeDoc