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.addStreamIdentifier(String newValue) Add singleton String value to MFString streamIdentifier field, allowing duplicate and empty string values if provided.StreamAudioSource.addStreamIdentifier(SFString newValue) Add singleton SFString value to MFString streamIdentifier field, allowing duplicate or empty string values if provided.StreamAudioSource.clearIS()Utility method to clear SFNode value of IS field.StreamAudioSource.clearMetadata()Utility method to clear SFNode value of metadata field.StreamAudioSource.clearStreamIdentifier()Utility method to clear MFString value of streamIdentifier 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 toStreamAudioSource.setChannelCountMode(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 toStreamAudioSource.setChannelInterpretation(String).final StreamAudioSourceStreamAudioSource.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 toStreamAudioSource.setCssClass(String).final StreamAudioSourceStreamAudioSource.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 toStreamAudioSource.setCssStyle(String).final StreamAudioSourceAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toStreamAudioSource.setDEF(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 toStreamAudioSource.setDescription(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 toStreamAudioSource.setEnabled(boolean).StreamAudioSource.setGain(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toStreamAudioSource.setGain(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 toStreamAudioSource.setGain(float).final StreamAudioSourceAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toStreamAudioSource.setHtmlId(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 toStreamAudioSource.setPauseTime(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 toStreamAudioSource.setResumeTime(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 toStreamAudioSource.setStartTime(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 toStreamAudioSource.setStopTime(double).StreamAudioSource.setStreamIdentifier(String newValue) Assign singleton String value to MFString streamIdentifier field, similar toStreamAudioSource.setStreamIdentifier(String[]).StreamAudioSource.setStreamIdentifier(String[] newValue) Accessor method to assign String array to inputOutput MFString field named streamIdentifier.StreamAudioSource.setStreamIdentifier(ArrayList<String> newValue) Assign ArrayList value of MFString streamIdentifier field, similar toStreamAudioSource.setStreamIdentifier(String[]).StreamAudioSource.setStreamIdentifier(MFString newValue) Assign typed object value to MFString streamIdentifier field, similar toStreamAudioSource.setStreamIdentifier(String[]).StreamAudioSource.setStreamIdentifier(SFString newValue) Assign single SFString object value to MFString streamIdentifier field, similar toStreamAudioSource.setStreamIdentifier(String[]).final StreamAudioSourceAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toStreamAudioSource.setUSE(String).StreamAudioSource.setUSE(StreamAudioSource DEFnode) Assign a USE reference to another DEF node of same node type, similar toStreamAudioSource.setUSE(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 toStreamAudioSource.setUSE(String).