summaryrefslogtreecommitdiff
path: root/src/AtmosSyncChannel_Mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AtmosSyncChannel_Mixer.h')
-rw-r--r--src/AtmosSyncChannel_Mixer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/AtmosSyncChannel_Mixer.h b/src/AtmosSyncChannel_Mixer.h
index c6a27a3..27c3b9f 100644
--- a/src/AtmosSyncChannel_Mixer.h
+++ b/src/AtmosSyncChannel_Mixer.h
@@ -76,8 +76,11 @@ namespace ASDCP
AtmosSyncChannelMixer(const byte_t * trackUUID);
virtual ~AtmosSyncChannelMixer();
+ const ui32_t& ChannelCount() const { return m_ChannelCount; }
+
Result_t OpenRead(ui32_t argc, const char** argv, const Rational& PictureRate);
Result_t OpenRead(const Kumu::PathList_t& argv, const Rational& PictureRate);
+ Result_t AppendSilenceChannels(const ui32_t& channel_count);
Result_t FillAudioDescriptor(PCM::AudioDescriptor& ADesc) const;
Result_t Reset();
Result_t ReadFrame(PCM::FrameBuffer& OutFB);