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.floatgetPitch()Return the pitch float value.voidsetDescription(String val) Set the description field.voidsetPitch(float val) Set the pitch field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadataMethods 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.
-