Skip to content

types.music_data

Data for currently playing music

Properties

NameDescription
titletype: string The song title
artisttype: string The artist name
durationtype: number The total duration in milliseconds
progresstype: number The current playback progress in milliseconds
hashtype: number The song hash
playingtype: boolean Whether music is currently playing
artworktype: object The artwork image (Java BufferedImage)