summaryrefslogtreecommitdiff
path: root/src/sound_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_frame.h')
-rw-r--r--src/sound_frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound_frame.h b/src/sound_frame.h
index e58e4bf3..5494d2da 100644
--- a/src/sound_frame.h
+++ b/src/sound_frame.h
@@ -47,6 +47,7 @@ class SoundFrame : public Frame<ASDCP::PCM::MXFReader, ASDCP::PCM::FrameBuffer>
{
public:
SoundFrame (ASDCP::PCM::MXFReader* reader, int n, boost::shared_ptr<const DecryptionContext> c);
+ int channels () const;
int samples () const;
int32_t get (int channel, int sample) const;