Runs.
[dcpomatic.git] / src / lib / sndfile_content.h
1 #include "audio_content.h"
2
3 class SndfileContent : public AudioContent
4 {
5 public:
6         std::string summary () const;
7
8         /* AudioDecoder */
9         int audio_channels () const;
10         ContentAudioFrame audio_length () const;
11         int audio_frame_rate () const;
12         int64_t audio_channel_layout () const;
13 };