Uses of Interface
org.web3d.x3d.sai.Sound.AudioClip
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 AudioClip in org.web3d.x3d.jsail.Sound
Modifier and TypeClassDescriptionclass
AudioClip provides audio data used by parent Sound nodes. -
Uses of AudioClip in org.web3d.x3d.sai.Sound
Modifier and TypeMethodDescriptionAudioClip.setAutoRefresh
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.AudioClip.setAutoRefreshTimeLimit
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.AudioClip.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.AudioClip.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.AudioClip.setGain
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.AudioClip.setLoad
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named load.AudioClip.setLoop
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named loop.AudioClip.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.AudioClip.setPauseTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.AudioClip.setPitch
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named pitch.AudioClip.setResumeTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.AudioClip.setStartTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.AudioClip.setStopTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.Accessor method to assign String array to inputOutput MFString field named url.