diff options
| author | jhurst <jhurst@cinecert.com> | 2012-03-15 17:54:15 +0000 |
|---|---|---|
| committer | jhurst <> | 2012-03-15 17:54:15 +0000 |
| commit | e511dc66f4a9c9278964d89a85662fcd9bfb18ac (patch) | |
| tree | 20f489314df8cb13903c3979528489e12e7f2dbe /src/AS_DCP_internal.h | |
| parent | 12c2894876202fe20285bc5efaa7417611e29827 (diff) | |
pre as-02
Diffstat (limited to 'src/AS_DCP_internal.h')
| -rwxr-xr-x | src/AS_DCP_internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/AS_DCP_internal.h b/src/AS_DCP_internal.h index 661ab65..dd21f0d 100755 --- a/src/AS_DCP_internal.h +++ b/src/AS_DCP_internal.h @@ -99,6 +99,10 @@ namespace ASDCP Result_t MD_to_CryptoInfo(MXF::CryptographicContext*, WriterInfo&, const Dictionary&); Result_t EncryptFrameBuffer(const ASDCP::FrameBuffer&, ASDCP::FrameBuffer&, AESEncContext*); Result_t DecryptFrameBuffer(const ASDCP::FrameBuffer&, ASDCP::FrameBuffer&, AESDecContext*); + Result_t PCM_ADesc_to_MD(PCM::AudioDescriptor& ADesc, ASDCP::MXF::WaveAudioDescriptor* ADescObj); + Result_t MD_to_PCM_ADesc(ASDCP::MXF::WaveAudioDescriptor* ADescObj, PCM::AudioDescriptor& ADesc); + void AddDMScrypt(Partition& HeaderPart, SourcePackage& Package, + WriterInfo& Descr, const UL& WrappingUL, const Dictionary*& Dict); // class KLReader : public ASDCP::KLVPacket |
