Interface: UpdatePlayer

January 9, 2021 · View on GitHub

andesitejs / Exports / api/types / UpdatePlayer

Interface: UpdatePlayer

api/types.UpdatePlayer

Hierarchy

  • UpdatePlayer

Table of contents

Properties

Properties

filters

Optional filters: undefined | FilterMap

Configuration for the filters.

Defined in: api/types.ts:647


pause

Optional pause: undefined | boolean

Whether or not to pause the player.

Defined in: api/types.ts:632


position

Optional position: undefined | number

Timestamp to set the current track to, in milliseconds.

Defined in: api/types.ts:637


volume

Optional volume: undefined | number

Volume to set on the player.

Defined in: api/types.ts:642