Uses of Interface
org.web3d.x3d.sai.Sound.OscillatorSource
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 OscillatorSource in org.web3d.x3d.jsail.Sound
Modifier and TypeClassDescriptionclass
OscillatorSource node represents an audio source generating a periodic waveform, providing a constant tone. -
Uses of OscillatorSource in org.web3d.x3d.sai.Sound
Modifier and TypeMethodDescriptionOscillatorSource.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.OscillatorSource.setDetune
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named detune.OscillatorSource.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.OscillatorSource.setFrequency
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named frequency.OscillatorSource.setGain
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.OscillatorSource.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.OscillatorSource.setPauseTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.OscillatorSource.setResumeTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.OscillatorSource.setStartTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.OscillatorSource.setStopTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.