Uses of Class
org.web3d.x3d.jsail.Sound.ChannelSplitter
Packages that use ChannelSplitter
Package
Description
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
-
Uses of ChannelSplitter in org.web3d.x3d.jsail.Sound
Methods in org.web3d.x3d.jsail.Sound that return ChannelSplitterModifier and TypeMethodDescriptionChannelSplitter.addChild(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).ChannelSplitter.addChildren(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.ChannelSplitter.addComments(String newComment) Add comment as CommentsBlock to children fieldChannelSplitter.addComments(String[] newComments) Add comments as String[] array to children fieldChannelSplitter.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldChannelSplitter.addOutputs(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for outputs field.ChannelSplitter.addOutputs(X3DNode newValue) Add single child node to existing array of outputs nodes (if any).ChannelSplitter.clearChildren()Utility method to clear MFNode value of children field.ChannelSplitter.clearIS()Utility method to clear SFNode value of IS field.ChannelSplitter.clearMetadata()Utility method to clear SFNode value of metadata field.ChannelSplitter.clearOutputs()Utility method to clear MFNode value of outputs field.ChannelSplitter.setChannelCountMode(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.ChannelSplitter.setChannelCountMode(SFString newValue) Assign typed object value to SFString channelCountMode field, similar toChannelSplitter.setChannelCountMode(String).ChannelSplitter.setChannelInterpretation(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.ChannelSplitter.setChannelInterpretation(SFString newValue) Assign typed object value to SFString channelInterpretation field, similar toChannelSplitter.setChannelInterpretation(String).ChannelSplitter.setChildren(ArrayList<X3DNode> newValue) Assign ArrayList value of MFNode children field, similar toChannelSplitter.setChildren(org.web3d.x3d.sai.Core.X3DNode[]).ChannelSplitter.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 ChannelSplitterChannelSplitter.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ChannelSplitter.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toChannelSplitter.setCssClass(String).final ChannelSplitterChannelSplitter.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ChannelSplitter.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toChannelSplitter.setCssStyle(String).final ChannelSplitterAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toChannelSplitter.setDEF(String).ChannelSplitter.setDescription(String newValue) Accessor method to assign String value to inputOutput SFString field named description.ChannelSplitter.setDescription(SFString newValue) Assign typed object value to SFString description field, similar toChannelSplitter.setDescription(String).ChannelSplitter.setEnabled(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.ChannelSplitter.setEnabled(SFBool newValue) Assign typed object value to SFBool enabled field, similar toChannelSplitter.setEnabled(boolean).ChannelSplitter.setGain(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toChannelSplitter.setGain(float).ChannelSplitter.setGain(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.Assign typed object value to SFFloat gain field, similar toChannelSplitter.setGain(float).final ChannelSplitterAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toChannelSplitter.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.ChannelSplitter.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ChannelSplitter.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ChannelSplitter.setOutputs(ArrayList<X3DNode> newValue) Assign ArrayList value of MFNode outputs field, similar toChannelSplitter.setOutputs(org.web3d.x3d.sai.Core.X3DNode[]).ChannelSplitter.setOutputs(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 outputs.final ChannelSplitterAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toChannelSplitter.setUSE(String).ChannelSplitter.setUSE(ChannelSplitter DEFnode) Assign a USE reference to another DEF node of same node type, similar toChannelSplitter.setUSE(String).Methods in org.web3d.x3d.jsail.Sound with parameters of type ChannelSplitterModifier and TypeMethodDescriptionChannelSplitter.setUSE(ChannelSplitter DEFnode) Assign a USE reference to another DEF node of same node type, similar toChannelSplitter.setUSE(String).