diff options
author | Michele Calgaro <[email protected]> | 2024-04-12 12:42:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-04-12 12:42:48 +0900 |
commit | 2eda7f08c699160b1f42a0a66156559fa5479778 (patch) | |
tree | c70495e0aaf33dceb41c8b4403cb58c532efebb3 /src/metadata/m4a/mp4audiosampleentry.h | |
parent | 4e11f456f02a652398cc1bc8530b111c4e3d8933 (diff) | |
download | soundkonverter-2eda7f08c699160b1f42a0a66156559fa5479778.tar.gz soundkonverter-2eda7f08c699160b1f42a0a66156559fa5479778.zip |
Add support for taglib 2
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/metadata/m4a/mp4audiosampleentry.h')
-rw-r--r-- | src/metadata/m4a/mp4audiosampleentry.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/metadata/m4a/mp4audiosampleentry.h b/src/metadata/m4a/mp4audiosampleentry.h index c39c5e3..d0b5479 100644 --- a/src/metadata/m4a/mp4audiosampleentry.h +++ b/src/metadata/m4a/mp4audiosampleentry.h @@ -36,11 +36,11 @@ namespace TagLib ~Mp4AudioSampleEntry(); //! function to get the number of channels - TagLib::uint channels() const; + uint channels() const; //! function to get the sample rate - TagLib::uint samplerate() const; + uint samplerate() const; //! function to get the average bitrate of the audio stream - TagLib::uint bitrate() const; + uint bitrate() const; private: //! parse the content of the box |