summaryrefslogtreecommitdiff
path: root/src/lib/audio_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/audio_content.h')
-rw-r--r--src/lib/audio_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h
index f4a537b30..cb14c70cb 100644
--- a/src/lib/audio_content.h
+++ b/src/lib/audio_content.h
@@ -68,7 +68,7 @@ public:
/** @return number of audio channels in the content */
virtual int audio_channels () const = 0;
/** @return the length of the audio in the content */
- virtual ContentTime audio_length () const = 0;
+ virtual Frame audio_length () const = 0;
/** @return the frame rate of the content */
virtual int audio_frame_rate () const = 0;
virtual AudioMapping audio_mapping () const = 0;