Uses of Interface
org.web3d.x3d.sai.Sound.X3DSoundDestinationNode
Packages that use X3DSoundDestinationNode
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 X3DSoundDestinationNode in org.web3d.x3d.jsail.Sound
Classes in org.web3d.x3d.jsail.Sound that implement X3DSoundDestinationNodeModifier and TypeClassDescriptionclass
AudioDestination node represents the final audio destination and is what user ultimately hears, typically from the speakers of user device.class
StreamAudioDestination node represents the final audio destination via a media stream. -
Uses of X3DSoundDestinationNode in org.web3d.x3d.sai.Sound
Subinterfaces of X3DSoundDestinationNode in org.web3d.x3d.sai.SoundModifier and TypeInterfaceDescriptioninterface
AudioDestination node represents the final audio destination and is what user ultimately hears, typically from the speakers of user device.interface
StreamAudioDestination node represents the final audio destination via a media stream.Methods in org.web3d.x3d.sai.Sound that return X3DSoundDestinationNodeModifier and TypeMethodDescriptionX3DSoundDestinationNode.setChannelCountMode
(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.X3DSoundDestinationNode.setChannelInterpretation
(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.X3DSoundDestinationNode.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.X3DSoundDestinationNode.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DSoundDestinationNode.setGain
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.X3DSoundDestinationNode.setMediaDeviceID
(String newValue) Accessor method to assign String value to inputOutput SFString field named mediaDeviceID.X3DSoundDestinationNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.