Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
VisTrack Struct Reference

#include <Visualization.h>

Public Attributes

const char * title
 Title of the current song. More...
 
const char * artist
 Artist names, as a single string. More...
 
const char * album
 Album that the current song is from. More...
 
const char * albumArtist
 Album artist names, as a single string. More...
 
const char * genre
 The genre name from the music tag, if present. More...
 
const char * comment
 Comment of the current song stored in the ID tag info. More...
 
const char * lyrics
 Lyrics of the current song, if available. More...
 
const char * reserved1
 
const char * reserved2
 
int trackNumber
 Track number of the current song. More...
 
int discNumber
 Disc number of the current song stored in the ID tag info. More...
 
int duration
 Duration of the current song, in seconds. More...
 
int year
 Year that the current song was released. More...
 
int rating
 The user-defined rating of the current song. More...
 
int reserved3
 
int reserved4
 

Member Data Documentation

◆ album

const char* VisTrack::album

Album that the current song is from.

◆ albumArtist

const char* VisTrack::albumArtist

Album artist names, as a single string.

◆ artist

const char* VisTrack::artist

Artist names, as a single string.

◆ comment

const char* VisTrack::comment

Comment of the current song stored in the ID tag info.

◆ discNumber

int VisTrack::discNumber

Disc number of the current song stored in the ID tag info.

◆ duration

int VisTrack::duration

Duration of the current song, in seconds.

◆ genre

const char* VisTrack::genre

The genre name from the music tag, if present.

◆ lyrics

const char* VisTrack::lyrics

Lyrics of the current song, if available.

◆ rating

int VisTrack::rating

The user-defined rating of the current song.

◆ reserved1

const char* VisTrack::reserved1

◆ reserved2

const char* VisTrack::reserved2

◆ reserved3

int VisTrack::reserved3

◆ reserved4

int VisTrack::reserved4

◆ title

const char* VisTrack::title

Title of the current song.

◆ trackNumber

int VisTrack::trackNumber

Track number of the current song.

◆ year

int VisTrack::year

Year that the current song was released.


The documentation for this struct was generated from the following file: