From 40b3ced17b7fff8badfaa8ec2201a8186cdc7dc2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 2 May 2014 18:17:35 +0100 Subject: Rename AudioContent frame_rate methods and move resampled_audio_frame_rate into AudioContent. --- src/lib/sndfile_content.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/sndfile_content.h') diff --git a/src/lib/sndfile_content.h b/src/lib/sndfile_content.h index 04d157131..bbc5111ff 100644 --- a/src/lib/sndfile_content.h +++ b/src/lib/sndfile_content.h @@ -57,13 +57,11 @@ public: return _audio_length; } - int content_audio_frame_rate () const { + int audio_frame_rate () const { boost::mutex::scoped_lock lm (_mutex); return _audio_frame_rate; } - int output_audio_frame_rate () const; - AudioMapping audio_mapping () const { boost::mutex::scoped_lock lm (_mutex); return _audio_mapping; -- cgit v1.2.3