diff options
Diffstat (limited to 'src/AtmosSyncChannel_Mixer.h')
| -rw-r--r-- | src/AtmosSyncChannel_Mixer.h | 3 |
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); |
