(No version information available, might only be in SVN)
Introduction
Represents an MPEG file. MPEG files can have ID3v1, ID3v2 tags and audio properties.
Class synopsis
KTaglib_MPEG_File
{
public
KTaglib_ID3v1_Tag
getID3v1Tag
([
bool $create
= false
] )
public
KTaglib_ID3v2_Tag
getID3v2Tag
([
bool $create
= false
] )
}