Various work on audio channel mapping.
[dcpomatic.git] / src / lib / playlist.h
index 1a24a02277bc1bd3bb3caf5dff55e3f3e54110e4..1d189cb070be9077f0ac241fcbefcf190366ac03 100644 (file)
@@ -25,6 +25,7 @@
 #include "video_sink.h"
 #include "audio_sink.h"
 #include "ffmpeg_content.h"
+#include "audio_mapping.h"
 
 class Content;
 class FFmpegContent;
@@ -53,6 +54,8 @@ public:
        libdcp::Size video_size () const;
        ContentVideoFrame video_length () const;
 
+       AudioMapping default_audio_mapping () const;
+
        enum VideoFrom {
                VIDEO_NONE,
                VIDEO_FFMPEG,