KTaglib_Tag::getYear

(0.0.1) Returns the year from a ID3 tag public int KTaglib_Tag::getYear ( void ) Returns the year of an ID3 tag. This method is implemented in ID3v1 and ID3v2 tags. Returns: Returns the year as an integer

KTaglib_Tag::isEmpty

(0.0.1) Returns true if the tag is empty public bool KTaglib_Tag::isEmpty ( void ) Returns true if the tag exists, but is empty. This method is implemented in ID3v1 and ID3v2 tags. Returns: Returns true if the tag is empty, otherwise false.

KTaglib_ID3v2_Tag::getFrameList

(0.0.1) Returns an array of ID3v2 frames, associated with the ID3v2 tag public array KTaglib_ID3v2_Tag::getFrameList ( void ) Returns an array of ID3v2 frames, associated with the ID3v2 tag. Returns: Return an array of KTaglib_ID3v2_Frame objects

KTaglib_ID3v2_Tag::addFrame

(0.0.1) Add a frame to the ID3v2 tag public bool KTaglib_ID3v2_Tag::addFrame ( KTaglib_ID3v2_Frame $frame ) Adds a frame to the ID3v2 tag. The frame must be a valid KTaglib_ID3v2_Frame object. To save the tag, the save function needs to be invoked. Returns: Returns true on success, otherwise false.

KTaglib_Tag::getTrack

(0.0.1) Returns the track number from a ID3 tag public int KTaglib_Tag::getTrack ( void ) Returns the track number of an ID3 tag. This method is implemented in ID3v1 and ID3v2 tags. Returns: Returns the track number as an integer

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

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