Untested use of Frame for video/audio content lengths.
[dcpomatic.git] / src / lib / audio_content.h
index f4a537b300258339773bf5f70d54e05786665233..cb14c70cb4020058f8ec240e4d50a482158255dc 100644 (file)
@@ -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;