X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Faudio_content.h;h=084871c8ba8bb6e6da951e0faa885fa6f9532596;hb=9d1d1cea1cdf17b4cc2208800ca22288f979d3ec;hp=82a9de04171ef85a6719f6e229c0451ab7088657;hpb=fdb36750a09e3bba3d10fe5102e39a62eda68ea6;p=dcpomatic.git diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 82a9de041..084871c8b 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -28,9 +28,10 @@ #define DCPOMATIC_AUDIO_CONTENT_H -#include "content_part.h" -#include "audio_stream.h" #include "audio_mapping.h" +#include "audio_stream.h" +#include "content_part.h" +#include "named_channel.h" /** @class AudioContentProperty @@ -95,13 +96,12 @@ public: void add_stream (AudioStreamPtr stream); void set_stream (AudioStreamPtr stream); - void set_streams (std::vector streams); AudioStreamPtr stream () const; void add_properties (std::shared_ptr film, std::list &) const; void modify_position (std::shared_ptr film, dcpomatic::DCPTime& pos) const; - void modify_trim_start (dcpomatic::ContentTime& pos) const; + void modify_trim_start(std::shared_ptr film, dcpomatic::ContentTime& pos) const; /** @param frame frame within the whole (untrimmed) content. * @param frame_rate The frame rate of the audio (it may have been resampled).