mirror of
https://github.com/taglib/taglib.git
synced 2025-07-29 18:34:27 -04:00
Rename internalFileType
to fileType
This commit is contained in:
@ -31,7 +31,7 @@ public:
|
||||
CPPUNIT_ASSERT_EQUAL(2, f.audioProperties()->channels());
|
||||
CPPUNIT_ASSERT_EQUAL(44100, f.audioProperties()->sampleRate());
|
||||
CPPUNIT_ASSERT_EQUAL(2, f.audioProperties()->shortenVersion());
|
||||
CPPUNIT_ASSERT_EQUAL(5, f.audioProperties()->internalFileType());
|
||||
CPPUNIT_ASSERT_EQUAL(5, f.audioProperties()->fileType());
|
||||
CPPUNIT_ASSERT_EQUAL(16, f.audioProperties()->bitsPerSample());
|
||||
CPPUNIT_ASSERT_EQUAL(static_cast<unsigned long>(88200), f.audioProperties()->sampleFrames());
|
||||
}
|
||||
|
Reference in New Issue
Block a user