Uses of Interface
org.web3d.x3d.sai.Sound.Delay
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 Delay in org.web3d.x3d.jsail.Sound
Modifier and TypeClassDescriptionclass
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
Modifier and TypeMethodDescriptionDelay.setChannelCountMode
(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.Delay.setChannelInterpretation
(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.Delay.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.Delay.setDelayTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named delayTime.Delay.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.Delay.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.Delay.setGain
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.Delay.setMaxDelayTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named maxDelayTime.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.setPauseTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.Delay.setResumeTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.Delay.setStartTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.Delay.setStopTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.Delay.setTailTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named tailTime.