summaryrefslogtreecommitdiffstats
path: root/src/metadata/m4a/mp4propsproxy.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-12 12:42:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-12 12:42:48 +0900
commit2eda7f08c699160b1f42a0a66156559fa5479778 (patch)
treec70495e0aaf33dceb41c8b4403cb58c532efebb3 /src/metadata/m4a/mp4propsproxy.h
parent4e11f456f02a652398cc1bc8530b111c4e3d8933 (diff)
downloadsoundkonverter-2eda7f08c699160b1f42a0a66156559fa5479778.tar.gz
soundkonverter-2eda7f08c699160b1f42a0a66156559fa5479778.zip
Add support for taglib 2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/metadata/m4a/mp4propsproxy.h')
-rw-r--r--src/metadata/m4a/mp4propsproxy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/metadata/m4a/mp4propsproxy.h b/src/metadata/m4a/mp4propsproxy.h
index 0ea29e2..f6132c9 100644
--- a/src/metadata/m4a/mp4propsproxy.h
+++ b/src/metadata/m4a/mp4propsproxy.h
@@ -41,13 +41,13 @@ namespace TagLib
~Mp4PropsProxy();
//! function to get length of media in seconds
- TagLib::uint seconds() const;
+ uint seconds() const;
//! function to get the nunmber 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 bitrate rate
- TagLib::uint bitRate() const;
+ uint bitRate() const;
//! function to register the movie header box - mvhd
void registerMvhd( MP4::Mp4MvhdBox* mvhdbox );