AudioInfo

Information about audio, usually music

Members

Functions

toString
string toString()

Get the audio info as a string

Variables

album
string album;

The person performing the music

artist
string artist;

The artist behind the music

date
string date;

Date of release, usually year

file
string file;

The file of the audio

performer
string performer;

The person performing the music

title
string title;

The title of the audio

Meta