| java.lang.Object com.sun.j3d.audioengines.AuralParameters
All known Subclasses: com.sun.j3d.audioengines.javasound.JSAuralParameters,
AuralParameters | public class AuralParameters (Code) | | The AuralParameters Class defines a set of fields that define the
Aural listening environment. Many of the parameters correspond to
AuralAttribute fields.
Error checking on all parameters passed to these methods is already
explicitly being done by the Java 3D core code that calls these methods.
|
NO_FILTERING | final public static int NO_FILTERING(Code) | | |
SPEED_OF_SOUND | final public static float SPEED_OF_SOUND(Code) | | |
debugFlag | final static boolean debugFlag(Code) | | |
decayFrequencyCutoff | public float decayFrequencyCutoff(Code) | | |
decayTime | public float decayTime(Code) | | |
density | public float density(Code) | | |
diffusion | public float diffusion(Code) | | |
filterCutoff | float[] filterCutoff(Code) | | |
filterDistance | double[] filterDistance(Code) | | |
filterType | int filterType(Code) | | |
frequencyScaleFactor | public float frequencyScaleFactor(Code) | | |
internalErrors | final static boolean internalErrors(Code) | | |
reflectionCoefficient | public float reflectionCoefficient(Code) | | |
reflectionDelay | public float reflectionDelay(Code) | | |
reverbCoefficient | public float reverbCoefficient(Code) | | |
reverbDelay | public float reverbDelay(Code) | | |
reverbOrder | public int reverbOrder(Code) | | |
rolloff | public float rolloff(Code) | | |
velocityScaleFactor | public float velocityScaleFactor(Code) | | |
AuralParameters | public AuralParameters()(Code) | | Construct a new AuralParameters object
|
debugPrint | protected void debugPrint(String message)(Code) | | Debug print method for Sound nodes
|
getDistanceFilter | public void getDistanceFilter(double[] distance, float[] filterCutoff)(Code) | | |
getDistanceFilterLength | public int getDistanceFilterLength()(Code) | | |
getDistanceFilterType | public int getDistanceFilterType()(Code) | | |
setDistanceFilter | public void setDistanceFilter(int filterType, double[] distance, float[] filterCutoff)(Code) | | |
|
|