taglib: Rename Properties to AudioProperties

This commit is contained in:
Jonas Kvinge
2020-06-22 00:49:25 +02:00
parent f49c47c20d
commit 3a3dc02a66
80 changed files with 740 additions and 789 deletions

View File

@@ -62,11 +62,6 @@ class TAGLIB_EXPORT AudioProperties {
*/
virtual ~AudioProperties();
/*!
* Returns the length of the file in seconds.
*/
//virtual int length() const = 0;
/*!
* Returns the length of the file in seconds. The length is rounded down to the nearest whole second.
*