Uses of Interface
org.web3d.x3d.sai.Sound.Convolver

Packages that use Convolver 
Package Description
org.web3d.x3d.jsail.Sound  
org.web3d.x3d.sai.Sound  
  • Uses of Convolver in org.web3d.x3d.jsail.Sound

    Classes in org.web3d.x3d.jsail.Sound that implement Convolver 
    Modifier and Type Class Description
    class  Convolver
    Convolver performs a linear convolution on a given AudioBuffer, often used to achieve a reverberation effect.
  • Uses of Convolver in org.web3d.x3d.sai.Sound

    Methods in org.web3d.x3d.sai.Sound that return Convolver 
    Modifier and Type Method Description
    Convolver Convolver.setBuffer​(float[] newValue)
    Accessor method to assign float array to inputOutput MFFloat field named buffer.
    Convolver Convolver.setChannelCountMode​(java.lang.String newValue)
    Accessor method to assign String enumeration value ("max" | "clamped-max" | "explicit") to inputOutput SFString field named channelCountMode.
    Convolver Convolver.setChannelInterpretation​(java.lang.String newValue)
    Accessor method to assign String enumeration value ("speakers" | "discrete") to inputOutput SFString field named channelInterpretation.
    Convolver Convolver.setDescription​(java.lang.String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    Convolver Convolver.setEnabled​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enabled.
    Convolver Convolver.setGain​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named gain.
    Convolver Convolver.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    Convolver Convolver.setNormalize​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named normalize.
    Convolver Convolver.setPauseTime​(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.
    Convolver Convolver.setResumeTime​(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.
    Convolver Convolver.setStartTime​(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.
    Convolver Convolver.setStopTime​(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.
    Convolver Convolver.setTailTime​(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named tailTime.