Uses of Class
org.web3d.x3d.jsail.Sound.StreamAudioSource
Packages that use StreamAudioSource
Package
Description
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
-
Uses of StreamAudioSource in org.web3d.x3d.jsail.Sound
Methods in org.web3d.x3d.jsail.Sound that return StreamAudioSourceModifier and TypeMethodDescriptionStreamAudioSource.addComments
(String newComment) Add comment as String to contained commentsList.StreamAudioSource.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.StreamAudioSource.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.StreamAudioSource.clearIS()
Utility method to clear SFNode value of IS field.StreamAudioSource.clearMetadata()
Utility method to clear SFNode value of metadata field.StreamAudioSource.setChannelCountMode
(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.StreamAudioSource.setChannelCountMode
(SFString newValue) Assign typed object value to SFString channelCountMode field, similar tosetChannelCountMode(String)
.StreamAudioSource.setChannelInterpretation
(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.StreamAudioSource.setChannelInterpretation
(SFString newValue) Assign typed object value to SFString channelInterpretation field, similar tosetChannelInterpretation(String)
.final StreamAudioSource
StreamAudioSource.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.StreamAudioSource.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final StreamAudioSource
StreamAudioSource.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.StreamAudioSource.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final StreamAudioSource
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.StreamAudioSource.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.StreamAudioSource.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.StreamAudioSource.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.StreamAudioSource.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.StreamAudioSource.setGain
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetGain(float)
.StreamAudioSource.setGain
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.Assign typed object value to SFFloat gain field, similar tosetGain(float)
.final StreamAudioSource
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.StreamAudioSource.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.StreamAudioSource.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.StreamAudioSource.setPauseTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.StreamAudioSource.setPauseTime
(SFTime newValue) Assign typed object value to SFTime pauseTime field, similar tosetPauseTime(double)
.StreamAudioSource.setResumeTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.StreamAudioSource.setResumeTime
(SFTime newValue) Assign typed object value to SFTime resumeTime field, similar tosetResumeTime(double)
.StreamAudioSource.setStartTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.StreamAudioSource.setStartTime
(SFTime newValue) Assign typed object value to SFTime startTime field, similar tosetStartTime(double)
.StreamAudioSource.setStopTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.StreamAudioSource.setStopTime
(SFTime newValue) Assign typed object value to SFTime stopTime field, similar tosetStopTime(double)
.StreamAudioSource.setStreamIdentifier
(String newValue) Accessor method to assign String value to inputOutput SFString field named streamIdentifier.StreamAudioSource.setStreamIdentifier
(SFString newValue) Assign typed object value to SFString streamIdentifier field, similar tosetStreamIdentifier(String)
.final StreamAudioSource
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.StreamAudioSource.setUSE
(StreamAudioSource DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Methods in org.web3d.x3d.jsail.Sound with parameters of type StreamAudioSourceModifier and TypeMethodDescriptionStreamAudioSource.setUSE
(StreamAudioSource DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.