Uses of Class
org.web3d.x3d.jsail.Sound.AudioClip
Packages that use AudioClip
Package
Description
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
Methods in org.web3d.x3d.jsail.Sound that return AudioClipModifier and TypeMethodDescriptionAudioClip.addComments(String newComment) Add comment as String to contained commentsList.AudioClip.addComments(String[] newComments) Add comments as String[] array to contained commentsList.AudioClip.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add singleton String value to MFString url field, allowing duplicate and empty string values if provided.Add singleton SFString value to MFString url field, allowing duplicate or empty string values if provided.AudioClip.clearIS()Utility method to clear SFNode value of IS field.AudioClip.clearMetadata()Utility method to clear SFNode value of metadata field.AudioClip.clearUrl()Utility method to clear MFString value of url field.AudioClip.setAutoRefresh(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.AudioClip.setAutoRefresh(SFTime newValue) Assign typed object value to SFTime autoRefresh field, similar toAudioClip.setAutoRefresh(double).AudioClip.setAutoRefreshTimeLimit(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.AudioClip.setAutoRefreshTimeLimit(SFTime newValue) Assign typed object value to SFTime autoRefreshTimeLimit field, similar toAudioClip.setAutoRefreshTimeLimit(double).final AudioClipAudioClip.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.AudioClip.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toAudioClip.setCssClass(String).final AudioClipAudioClip.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.AudioClip.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toAudioClip.setCssStyle(String).final AudioClipAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toAudioClip.setDEF(String).AudioClip.setDescription(String newValue) Accessor method to assign String value to inputOutput SFString field named description.AudioClip.setDescription(SFString newValue) Assign typed object value to SFString description field, similar toAudioClip.setDescription(String).AudioClip.setEnabled(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.AudioClip.setEnabled(SFBool newValue) Assign typed object value to SFBool enabled field, similar toAudioClip.setEnabled(boolean).AudioClip.setGain(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toAudioClip.setGain(float).AudioClip.setGain(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.Assign typed object value to SFFloat gain field, similar toAudioClip.setGain(float).final AudioClipAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toAudioClip.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.AudioClip.setLoad(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named load.Assign typed object value to SFBool load field, similar toAudioClip.setLoad(boolean).AudioClip.setLoop(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named loop.Assign typed object value to SFBool loop field, similar toAudioClip.setLoop(boolean).AudioClip.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.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.setPauseTime(SFTime newValue) Assign typed object value to SFTime pauseTime field, similar toAudioClip.setPauseTime(double).AudioClip.setPitch(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toAudioClip.setPitch(float).AudioClip.setPitch(float newValue) Accessor method to assign float value to inputOutput SFFloat field named pitch.Assign typed object value to SFFloat pitch field, similar toAudioClip.setPitch(float).AudioClip.setResumeTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.AudioClip.setResumeTime(SFTime newValue) Assign typed object value to SFTime resumeTime field, similar toAudioClip.setResumeTime(double).AudioClip.setStartTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.AudioClip.setStartTime(SFTime newValue) Assign typed object value to SFTime startTime field, similar toAudioClip.setStartTime(double).AudioClip.setStopTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.AudioClip.setStopTime(SFTime newValue) Assign typed object value to SFTime stopTime field, similar toAudioClip.setStopTime(double).Assign singleton String value to MFString url field, similar toAudioClip.setUrl(String[]).Accessor method to assign String array to inputOutput MFString field named url.Assign ArrayList value of MFString url field, similar toAudioClip.setUrl(String[]).Assign typed object value to MFString url field, similar toAudioClip.setUrl(String[]).Assign single SFString object value to MFString url field, similar toAudioClip.setUrl(String[]).final AudioClipAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toAudioClip.setUSE(String).Assign a USE reference to another DEF node of same node type, similar toAudioClip.setUSE(String).Methods in org.web3d.x3d.jsail.Sound with parameters of type AudioClipModifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar toAudioClip.setUSE(String).