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

Packages that use BiquadFilter
Package
Description
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
  • Uses of BiquadFilter in org.web3d.x3d.jsail.Sound

    Classes in org.web3d.x3d.jsail.Sound that implement BiquadFilter
    Modifier and Type
    Class
    Description
    class 
    BiquadFilter node is an AudioNode processor implementing common low-order filters.
  • Uses of BiquadFilter in org.web3d.x3d.sai.Sound

    Methods in org.web3d.x3d.sai.Sound that return BiquadFilter
    Modifier and Type
    Method
    Description
    BiquadFilter.setChannelCountMode(String newValue)
    Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.
    BiquadFilter.setChannelInterpretation(String newValue)
    Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.
    BiquadFilter.setChildren(X3DNode[] newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.
    BiquadFilter.setDescription(String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    BiquadFilter.setDetune(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named detune.
    BiquadFilter.setEnabled(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enabled.
    BiquadFilter.setFrequency(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named frequency.
    BiquadFilter.setGain(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named gain.
    BiquadFilter.setMetadata(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    BiquadFilter.setPauseTime(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.
    BiquadFilter.setQualityFactor(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named qualityFactor.
    BiquadFilter.setResumeTime(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.
    BiquadFilter.setStartTime(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.
    BiquadFilter.setStopTime(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.
    BiquadFilter.setTailTime(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named tailTime.
    BiquadFilter.setType(String newValue)
    Accessor method to assign String enumeration value ("LOWPASS" | "HIGHPASS" | "BANDPASS" | "LOWSHELF" | "HIGHSHELF" | "PEAKING" | "NOTCH" | "ALLPASS") to inputOutput SFString field named type.