KTaglib_MPEG_AudioProperties::isProtectionEnabled
KTaglib_Tag::getAlbum
KTaglib
PHP Manual
La classe KTaglib_Tag
(0.0.1)
Introduction
Classe de base pour les tags ID3v1 ou ID3v2.
Class synopsis
KTaglib_Tag
{
/* Méthodes */
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
)
}
Sommaire
KTaglib_Tag::getAlbum
— Retourne le nom de l'album d'un tag ID3
KTaglib_Tag::getArtist
— Retourne le nom de l'artiste d'un tag ID3
KTaglib_Tag::getComment
— Retourne le commentaire d'un tag ID3
KTaglib_Tag::getGenre
— Retourne le genre d'un tag ID3
KTaglib_Tag::getTitle
— Retourne le titre d'un tag ID3
KTaglib_Tag::getTrack
— Retourne le numéro de la piste d'un tag ID3
KTaglib_Tag::getYear
— Retourne l'année d'un tag ID3
KTaglib_Tag::isEmpty
— Retourne TRUE si le tag est vide
KTaglib_MPEG_AudioProperties::isProtectionEnabled
KTaglib_Tag::getAlbum
KTaglib
PHP Manual