Uses of Class
org.web3d.x3d.jsail.Sound.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
Modifier 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 MicrophoneSource
MicrophoneSource.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 tosetCssClass(String)
.final MicrophoneSource
MicrophoneSource.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 tosetCssStyle(String)
.final MicrophoneSource
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(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 tosetDescription(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 tosetEnabled(boolean)
.MicrophoneSource.setGain
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetGain(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 tosetGain(float)
.final MicrophoneSource
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.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 tosetMediaDeviceID(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 tosetPauseTime(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 tosetResumeTime(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 tosetStartTime(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 tosetStopTime(double)
.final MicrophoneSource
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.MicrophoneSource.setUSE
(MicrophoneSource DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionMicrophoneSource.setUSE
(MicrophoneSource DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.