Interface: MixerPlayer
January 9, 2021 · View on GitHub
andesitejs / Exports / api/types / MixerPlayer
Interface: MixerPlayer
api/types.MixerPlayer
Hierarchy
- MixerPlayer
Table of contents
Properties
Properties
filters
• filters: FilterMap
Map of filter name -> filter settings for each filter present
Defined in: api/types.ts:536
paused
• paused: boolean
Whether or not the player is paused
Defined in: api/types.ts:526
position
• Optional position: undefined | number
Position of the current playing track, or null if nothing is playing
Defined in: api/types.ts:521
time
• time: string
Current unix timestamp on the node.
Defined in: api/types.ts:516
volume
• volume: number
The volume of the player.
Defined in: api/types.ts:531