Uses of Interface
org.web3d.x3d.sai.Sound.X3DSoundChannelNode
Package
Description
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
-
Uses of X3DSoundChannelNode in org.web3d.x3d.jsail.Sound
Modifier and TypeClassDescriptionclass
ChannelMerger unites different input channels into a single output channel.class
ChannelSelector selects a single channel output from all input channels.class
ChannelSplitter separates the different channels of a single audio source into a set of monophonic output channels. -
Uses of X3DSoundChannelNode in org.web3d.x3d.sai.Sound
Modifier and TypeInterfaceDescriptioninterface
ChannelMerger unites different input channels into a single output channel.interface
ChannelSelector selects a single channel output from all input channels.interface
ChannelSplitter separates the different channels of a single audio source into a set of monophonic output channels.Modifier and TypeMethodDescriptionX3DSoundChannelNode.setChannelCountMode
(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.X3DSoundChannelNode.setChannelInterpretation
(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.X3DSoundChannelNode.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.X3DSoundChannelNode.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DSoundChannelNode.setGain
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.X3DSoundChannelNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.