diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-03 15:31:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-03 15:31:21 +0100 |
| commit | f98caf4af896e9be943046b84586da5c2e103f18 (patch) | |
| tree | 993f719e293667c432c95026dc2bfd53d5b84982 /src/lib/audio_content.h | |
| parent | 92c377d1b9e781fbb4b1f1b7a76ca7dba0bd637f (diff) | |
Make show audio work on the whole DCP, not individual content.
Diffstat (limited to 'src/lib/audio_content.h')
| -rw-r--r-- | src/lib/audio_content.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 63ce3d0fa..df6527ed0 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -62,13 +62,10 @@ public: AudioMapping audio_mapping () const; void set_audio_mapping (AudioMapping); - boost::filesystem::path audio_analysis_path () const; int resampled_audio_frame_rate () const; bool has_rate_above_48k () const; std::vector<std::string> audio_channel_names () const; - boost::signals2::connection analyse_audio (boost::function<void()>); - void set_audio_gain (double); void set_audio_delay (int); |
