diff options
| author | mikey <mikey@cinecert.com> | 2014-04-29 15:31:21 +0000 |
|---|---|---|
| committer | mikey <> | 2014-04-29 15:31:21 +0000 |
| commit | dd03f3ae2c71df2c4eb89804293e621777a050cf (patch) | |
| tree | 1e26fd0dab7c97aa82ce03f284ae449f0bb87b47 /src/AtmosSyncChannel_Mixer.h | |
| parent | 5fae5df9b1cf2990b0383e1b633bdab4476a9669 (diff) | |
added a note about AS-02 support.
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); |
