KTaglib_MPEG_AudioProperties::isProtectionEnabled
KTaglib_Tag::getAlbum
KTaglib
PHP Manual
The KTaglib_Tag class
(0.0.1)
Введение
Base class for ID3v1 or ID3v2 tags
Class synopsis
KTaglib_Tag
{
/* Методы */
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
)
}
Содержание
KTaglib_Tag::getAlbum
— Returns the title string from a ID3 tag
KTaglib_Tag::getArtist
— Returns the artist string from a ID3 tag
KTaglib_Tag::getComment
— Returns the comment from a ID3 tag
KTaglib_Tag::getGenre
— Returns the genre from a ID3 tag
KTaglib_Tag::getTitle
— Returns the title string from a ID3 tag
KTaglib_Tag::getTrack
— Returns the track number from a ID3 tag
KTaglib_Tag::getYear
— Returns the year from a ID3 tag
KTaglib_Tag::isEmpty
— Returns true if the tag is empty
KTaglib_MPEG_AudioProperties::isProtectionEnabled
KTaglib_Tag::getAlbum
KTaglib
PHP Manual