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

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

(0.0.1) Returns a ID3v2 object public KTaglib_ID3v2_Tag KTaglib_MPEG_File::getID3v2Tag ([ bool $create = false ] ) Returns a ID3v2 object for the mpeg file. If no ID3v2 Tag is present, an KTaglib_TagNotFoundException is thrown. Returns: Returns the KTaglib_ID3v2_Tag object of the MPEG file or false if there is no ID3v2 tag