Uses of Class
org.web3d.x3d.jsail.Sound.AudioDestination
Package
Description
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
-
Uses of AudioDestination in org.web3d.x3d.jsail.Sound
Modifier and TypeMethodDescriptionAudioDestination.addChild
(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).AudioDestination.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.AudioDestination.addComments
(String newComment) Add comment as CommentsBlock to children fieldAudioDestination.addComments
(String[] newComments) Add comments as String[] array to children fieldAudioDestination.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldAudioDestination.clearChildren()
Utility method to clear MFNode value of children field.AudioDestination.clearIS()
Utility method to clear SFNode value of IS field.AudioDestination.clearMetadata()
Utility method to clear SFNode value of metadata field.AudioDestination.setChannelCountMode
(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.AudioDestination.setChannelCountMode
(SFString newValue) Assign typed object value to SFString channelCountMode field, similar tosetChannelCountMode(String)
.AudioDestination.setChannelInterpretation
(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.AudioDestination.setChannelInterpretation
(SFString newValue) Assign typed object value to SFString channelInterpretation field, similar tosetChannelInterpretation(String)
.AudioDestination.setChildren
(ArrayList<X3DNode> newValue) Assign ArrayList value of MFNode children field, similar tosetChildren(org.web3d.x3d.sai.Core.X3DNode[])
.AudioDestination.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.final AudioDestination
AudioDestination.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.AudioDestination.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final AudioDestination
AudioDestination.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.AudioDestination.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final AudioDestination
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.AudioDestination.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.AudioDestination.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.AudioDestination.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.AudioDestination.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.AudioDestination.setGain
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetGain(float)
.AudioDestination.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 AudioDestination
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.AudioDestination.setMaxChannelCount
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named maxChannelCount.AudioDestination.setMaxChannelCount
(SFInt32 newValue) Assign typed object value to SFInt32 maxChannelCount field, similar tosetMaxChannelCount(int)
.AudioDestination.setMediaDeviceID
(String newValue) Accessor method to assign String value to inputOutput SFString field named mediaDeviceID.AudioDestination.setMediaDeviceID
(SFString newValue) Assign typed object value to SFString mediaDeviceID field, similar tosetMediaDeviceID(String)
.AudioDestination.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.AudioDestination.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final AudioDestination
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.AudioDestination.setUSE
(AudioDestination DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionAudioDestination.setUSE
(AudioDestination DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.