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

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

    Classes in org.web3d.x3d.jsail.Sound that implement Delay 
    Modifier and Type Class Description
    class  Delay
    Delay causes a time delay between the arrival of input data and subsequent propagation to the output.
  • Uses of Delay in org.web3d.x3d.sai.Sound

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