Examples of AuralParameters


Examples of com.sun.j3d.audioengines.AuralParameters

/*  572 */     HAESample sample = null;
/*  573 */     if (((sample = (HAESample)getSample(index)) == null) || (this.thread == null))
/*      */     {
/*  575 */       return -1;
/*      */     }
/*  577 */     AuralParameters attribs = getAuralParameters();
/*  578 */     int soundType = sample.getSoundType();
/*  579 */     boolean muted = sample.getMuteFlag();
/*  580 */     if (muted)
/*      */     {
/*  583 */       sample.setLoopCount(0);
View Full Code Here

Examples of com.sun.j3d.audioengines.AuralParameters

/*  973 */       if (soundType != 1)
/*  974 */         setFilter(index, false, -1.0F);
/*      */     }
/*      */     else
/*      */     {
/*  978 */       AuralParameters attribs = getAuralParameters();
/*  979 */       if (this.reverbDirty > 0) {
/*  980 */         calcReverb(attribs);
/*      */       }
/*      */
/*  983 */       setReverb(index);
View Full Code Here

Examples of com.sun.j3d.audioengines.AuralParameters

/* 1145 */     HAESample sample = null;
/* 1146 */     if (((sample = (HAESample)getSample(index)) == null) || (this.thread == null))
/*      */     {
/* 1148 */       return;
/*      */     }
/* 1150 */     AuralParameters attribs = getAuralParameters();
/* 1151 */     int dataType = sample.getDataType();
/* 1152 */     int soundType = sample.getSoundType();
/* 1153 */     boolean muted = sample.getMuteFlag();
/*      */
/* 1162 */     float reverbGain = 0.0F;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.