Add NamedChannel and use it to hide the never-used channels
[dcpomatic.git] / src / lib / audio_content.h
index 504c2aecfffde3b2719eff1789babcd3639a010a..b109cc15e199b43b96f69626e062f5ea0b244287 100644 (file)
@@ -53,7 +53,7 @@ public:
        AudioMapping mapping () const;
        void set_mapping (AudioMapping);
        int resampled_frame_rate (boost::shared_ptr<const Film> film) const;
-       std::vector<std::string> channel_names () const;
+       std::vector<NamedChannel> channel_names () const;
 
        void set_gain (double);
        void set_delay (int);