Exemplo n.º 1
0
        public RiffChunkListInfo(string aId, UInt32 aSize, ByteArray aByteArray, RiffChunkList aParent)
            : base(chunkTypeDictionary, bodyTypeDictionary, aId, aSize, aByteArray, aParent)
        {
            type = TYPE;

            ifilBody = ( RiffChunkIfil )GetChunk(RiffChunkIfil.ID);
            inamBody = ( RiffChunkInam )GetChunk(RiffChunkInam.ID);
            isngBody = ( RiffChunkIsng )GetChunk(RiffChunkIsng.ID);
            iprdBody = ( RiffChunkIprd )GetChunk(RiffChunkIprd.ID);
            iengBody = ( RiffChunkIeng )GetChunk(RiffChunkIeng.ID);
            isbjBody = ( RiffChunkIsbj )GetChunk(RiffChunkIsbj.ID);
            isftBody = ( RiffChunkIsft )GetChunk(RiffChunkIsft.ID);
            icrdBody = ( RiffChunkIcrd )GetChunk(RiffChunkIcrd.ID);
            icmtBody = ( RiffChunkIcmt )GetChunk(RiffChunkIcmt.ID);
            icopBody = ( RiffChunkIcop )GetChunk(RiffChunkIcop.ID);
        }
        public RiffChunkListInfo(string aId, UInt32 aSize, ByteArray aByteArray, RiffChunkList aParent)
            : base(chunkTypeDictionary, bodyTypeDictionary, aId, aSize, aByteArray, aParent)
        {
            type = TYPE;

            iartBody = ( RiffChunkIart )GetChunk(RiffChunkIart.ID);
            icmsBody = ( RiffChunkIcms )GetChunk(RiffChunkIcms.ID);
            icmtBody = ( RiffChunkIcmt )GetChunk(RiffChunkIcmt.ID);
            icopBody = ( RiffChunkIcop )GetChunk(RiffChunkIcop.ID);
            icrdBody = ( RiffChunkIcrd )GetChunk(RiffChunkIcrd.ID);
            iengBody = ( RiffChunkIeng )GetChunk(RiffChunkIeng.ID);
            ifilBody = ( RiffChunkIfil )GetChunk(RiffChunkIfil.ID);
            ignrBody = ( RiffChunkIgnr )GetChunk(RiffChunkIgnr.ID);
            ikeyBody = ( RiffChunkIkey )GetChunk(RiffChunkIkey.ID);
            inamBody = ( RiffChunkInam )GetChunk(RiffChunkInam.ID);
            iprdBody = ( RiffChunkIprd )GetChunk(RiffChunkIprd.ID);
            isbjBody = ( RiffChunkIsbj )GetChunk(RiffChunkIsbj.ID);
            isftBody = ( RiffChunkIsft )GetChunk(RiffChunkIsft.ID);
            isngBody = ( RiffChunkIsng )GetChunk(RiffChunkIsng.ID);
            isrcBody = ( RiffChunkIsrc )GetChunk(RiffChunkIsrc.ID);
            itchBody = ( RiffChunkItch )GetChunk(RiffChunkItch.ID);
        }