KTaglib_Tag::getGenre

(0.0.1) Returns the genre from a ID3 tag public string KTaglib_Tag::getGenre ( void ) Returns the genre of an ID3 tag. This method is implemented in ID3v1 and ID3v2 tags. Returns: Returns the genre string

KTaglib_Tag::getArtist

(0.0.1) Returns the artist string from a ID3 tag public string KTaglib_Tag::getArtist ( void ) Returns the artist string of an ID3 tag. This method is implemented in ID3v1 and ID3v2 tags. Returns: Returns the artist string

KTaglib_Tag::getTitle

(0.0.1) Returns the title string from a ID3 tag public string KTaglib_Tag::getTitle ( void ) Returns the title string of an ID3 tag. This method is implemented in ID3v1 and ID3v2 tags. Returns: Returns the title string

KTaglib_MPEG_AudioProperties::getSampleBitrate

(0.0.1) Returns the sample bitrate of a MPEG file public int KTaglib_MPEG_AudioProperties::getSampleBitrate ( void ) Returns the sample bitrate of the MPEG file Returns: Returns the sample bitrate as an integer

KTaglib_MPEG_AudioProperties::getBitrate

(0.0.1) Returns the bitrate of the MPEG file public int KTaglib_MPEG_AudioProperties::getBitrate ( void ) Returns the bitrate of the MPEG file Returns: Returns the bitrate as an integer

KTaglib_MPEG_AudioProperties::getLayer

(0.0.1) Returns the layer of a MPEG file public int KTaglib_MPEG_AudioProperties::getLayer ( void ) Returns the layer of the MPEG file (usually 3 for MP3). Returns: Returns the layer as an integer

KTaglib_MPEG_AudioProperties::getChannels

(0.0.1) Returns the amount of channels of a MPEG file public int KTaglib_MPEG_AudioProperties::getChannels ( void ) Returns the amount of channels of the MPEG file Returns: Returns the channel count as an integer

KTaglib_MPEG_File::getID3v1Tag

(0.0.1) Returns an object representing an ID3v1 tag public KTaglib_ID3v1_Tag KTaglib_MPEG_File::getID3v1Tag ([ bool $create = false ] ) Returns an object that represents an ID3v1 tag, which can be used to get information about the ID3v1 tag. Returns: Returns an KTaglib_MPEG_ID3v1Tag object or false if there is no ID3v1 tag.

KTaglib_MPEG_AudioProperties::getLength

(0.0.1) Returns the length of a MPEG file public int KTaglib_MPEG_AudioProperties::getLength ( void ) Returns the length of the MPEG file Returns: Returns the length as an integer

KTaglib_MPEG_AudioProperties::getVersion

(0.0.1) Returns the version of a MPEG file public int KTaglib_MPEG_AudioProperties::getVersion ( void ) Returns the version of the MPEG file header. The possible versions are defined in Tag_MPEG_Header (Version1, Version2, Version2.5). Returns: Returns the version