Beispiel #1
0
        public _smpLoop(BinaryReader br)
        {
            //	cks.ckSmpl.smpSampleLoops
//				byte[] red = null;
//				this = new _smpLoop();
//				red = br.ReadBytes(Marshal.SizeOf(this));
//				this = (_smpLoop)MMX.RIFF_WAVE.mread((object)this,red);
//				red=null;

            this.CuePointID   = br.ReadInt32();
            this.smplType     = (smpLoopType)br.ReadInt32();
            this.smplStart    = br.ReadInt32();
            this.smplEnd      = br.ReadInt32();
            this.smplFraction = br.ReadInt32();
            this.smplCount    = br.ReadInt32();
        }
Beispiel #2
0
        public _smpLoop(BinaryReader br)
        {
            //	cks.ckSmpl.smpSampleLoops
            //				byte[] red = null;
            //				this = new _smpLoop();
            //				red = br.ReadBytes(Marshal.SizeOf(this));
            //				this = (_smpLoop)MMX.RIFF_WAVE.mread((object)this,red);
            //				red=null;

            this.CuePointID = br.ReadInt32();
            this.smplType = (smpLoopType)br.ReadInt32();
            this.smplStart = br.ReadInt32();
            this.smplEnd = br.ReadInt32();
            this.smplFraction = br.ReadInt32();
            this.smplCount = br.ReadInt32();
        }