The KTaglib_Tag class

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

Introduktion

Base class for ID3v1 or ID3v2 tags

Class synopsis

KTaglib_Tag {
/* Metoder */
public string getAlbum ( void )
public string getArtist ( void )
public string getComment ( void )
public string getGenre ( void )
public string getTitle ( void )
public int getTrack ( void )
public int getYear ( void )
public bool isEmpty ( void )
}

Indholdsfortegnelse

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top