Uses of Interface
org.web3d.x3d.sai.Sound.StreamAudioSource
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 StreamAudioSource in org.web3d.x3d.jsail.Sound
Modifier and TypeClassDescriptionclass
StreamAudioSource operates as an audio source whose media is received from a MediaStream obtained using the WebRTC or Media Capture and Streams APIs. -
Uses of StreamAudioSource in org.web3d.x3d.sai.Sound
Modifier and TypeMethodDescriptionStreamAudioSource.setChannelCountMode
(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.StreamAudioSource.setChannelInterpretation
(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.StreamAudioSource.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.StreamAudioSource.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.StreamAudioSource.setGain
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.StreamAudioSource.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.StreamAudioSource.setPauseTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.StreamAudioSource.setResumeTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.StreamAudioSource.setStartTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.StreamAudioSource.setStopTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.StreamAudioSource.setStreamIdentifier
(String newValue) Accessor method to assign String value to inputOutput SFString field named streamIdentifier.