Uses of Class
org.web3d.x3d.jsail.Sound.MicrophoneSource
Packages that use MicrophoneSource
Package
Description
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
-
Uses of MicrophoneSource in org.web3d.x3d.jsail.Sound
Methods in org.web3d.x3d.jsail.Sound that return MicrophoneSourceModifier and TypeMethodDescriptionMicrophoneSource.addComments(String newComment) Add comment as String to contained commentsList.MicrophoneSource.addComments(String[] newComments) Add comments as String[] array to contained commentsList.MicrophoneSource.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.MicrophoneSource.clearIS()Utility method to clear SFNode value of IS field.MicrophoneSource.clearMetadata()Utility method to clear SFNode value of metadata field.final MicrophoneSourceMicrophoneSource.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.MicrophoneSource.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toMicrophoneSource.setCssClass(String).final MicrophoneSourceMicrophoneSource.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.MicrophoneSource.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toMicrophoneSource.setCssStyle(String).final MicrophoneSourceAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toMicrophoneSource.setDEF(String).MicrophoneSource.setDescription(String newValue) Accessor method to assign String value to inputOutput SFString field named description.MicrophoneSource.setDescription(SFString newValue) Assign typed object value to SFString description field, similar toMicrophoneSource.setDescription(String).MicrophoneSource.setEnabled(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.MicrophoneSource.setEnabled(SFBool newValue) Assign typed object value to SFBool enabled field, similar toMicrophoneSource.setEnabled(boolean).MicrophoneSource.setGain(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toMicrophoneSource.setGain(float).MicrophoneSource.setGain(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.Assign typed object value to SFFloat gain field, similar toMicrophoneSource.setGain(float).final MicrophoneSourceAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toMicrophoneSource.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.MicrophoneSource.setMediaDeviceID(String newValue) Accessor method to assign String value to inputOutput SFString field named mediaDeviceID.MicrophoneSource.setMediaDeviceID(SFString newValue) Assign typed object value to SFString mediaDeviceID field, similar toMicrophoneSource.setMediaDeviceID(String).MicrophoneSource.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MicrophoneSource.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.MicrophoneSource.setPauseTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.MicrophoneSource.setPauseTime(SFTime newValue) Assign typed object value to SFTime pauseTime field, similar toMicrophoneSource.setPauseTime(double).MicrophoneSource.setResumeTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.MicrophoneSource.setResumeTime(SFTime newValue) Assign typed object value to SFTime resumeTime field, similar toMicrophoneSource.setResumeTime(double).MicrophoneSource.setStartTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.MicrophoneSource.setStartTime(SFTime newValue) Assign typed object value to SFTime startTime field, similar toMicrophoneSource.setStartTime(double).MicrophoneSource.setStopTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.MicrophoneSource.setStopTime(SFTime newValue) Assign typed object value to SFTime stopTime field, similar toMicrophoneSource.setStopTime(double).final MicrophoneSourceAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toMicrophoneSource.setUSE(String).MicrophoneSource.setUSE(MicrophoneSource DEFnode) Assign a USE reference to another DEF node of same node type, similar toMicrophoneSource.setUSE(String).Methods in org.web3d.x3d.jsail.Sound with parameters of type MicrophoneSourceModifier and TypeMethodDescriptionMicrophoneSource.setUSE(MicrophoneSource DEFnode) Assign a USE reference to another DEF node of same node type, similar toMicrophoneSource.setUSE(String).