Package org.web3d.x3d.sai
Interface X3DSoundSourceNode
- All Superinterfaces:
X3DChildNode
,X3DNode
,X3DTimeDependentNode
- All Known Subinterfaces:
AudioClip
,MovieTexture
- All Known Implementing Classes:
SAIAudioClip
,SAIAudioClip
Defines the requirements of an X3DSoundSourceNode abstract node type
- Version:
- $Revision: 1.3 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionReturn the description String value.float
getPitch()
Return the pitch float value.void
setDescription
(String val) Set the description field.void
setPitch
(float val) Set the pitch field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
Methods inherited from interface org.web3d.x3d.sai.X3DTimeDependentNode
getElapsedTime, getIsActive, getIsPaused, getLoop, getPauseTime, getResumeTime, getStartTime, getStopTime, setLoop, setPauseTime, setResumeTime, setStartTime, setStopTime
-
Method Details
-
getDescription
-
setDescription
-
getPitch
float getPitch()Return the pitch float value.- Returns:
- The pitch float value.
-
setPitch
void setPitch(float val) Set the pitch field.- Parameters:
val
- The float to set.
-