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::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::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::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

KTaglib_MPEG_AudioProperties::isCopyrighted

(0.0.1) Returns the copyright status of an MPEG file public bool KTaglib_MPEG_AudioProperties::isCopyrighted ( void ) Returns true if the MPEG file is copyrighted Returns: Returns true if the MPEG file is copyrighted

KTaglib_MPEG_AudioProperties::isOriginal

(0.0.1) Returns if the file is marked as the original file public bool KTaglib_MPEG_AudioProperties::isOriginal ( void ) Returns true if the file is marked as the original file Returns: Returns true if the file is marked as the original file

KTaglib_MPEG_AudioProperties::isProtectionEnabled

(0.0.1) Returns if protection mechanisms of an MPEG file are enabled public bool KTaglib_MPEG_AudioProperties::isProtectionEnabled ( void ) Returns true if protection mechanisms (like DRM) are enabled for this file Returns: Returns true if protection mechanisms (like DRM) are enabled for this file

KTaglib_Tag::getAlbum

(0.0.1) Returns the title string from a ID3 tag public string KTaglib_Tag::getAlbum ( void ) Returns the album string of an ID3 tag. This method is implemented in ID3v1 and ID3v2 tags. Returns: Returns the album 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::getComment

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