Uses of Interface
org.web3d.x3d.sai.Sound.AudioDestination
Packages that use AudioDestination
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 AudioDestination in org.web3d.x3d.jsail.Sound
Classes in org.web3d.x3d.jsail.Sound that implement AudioDestinationModifier and TypeClassDescriptionclass
AudioDestination node represents the final audio destination and is what user ultimately hears, typically from the speakers of user device. -
Uses of AudioDestination in org.web3d.x3d.sai.Sound
Methods in org.web3d.x3d.sai.Sound that return AudioDestinationModifier and TypeMethodDescriptionAudioDestination.setChannelCountMode
(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.AudioDestination.setChannelInterpretation
(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.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.AudioDestination.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.AudioDestination.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.AudioDestination.setGain
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.AudioDestination.setMaxChannelCount
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named maxChannelCount.AudioDestination.setMediaDeviceID
(String newValue) Accessor method to assign String value to inputOutput SFString field named mediaDeviceID.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.