33#ifndef COIN_SOVRMLSOUND_H
34#define COIN_SOVRMLSOUND_H
36#include <Inventor/nodes/SoSubNode.h>
37#include <Inventor/fields/SoSFNode.h>
38#include <Inventor/fields/SoSFBool.h>
39#include <Inventor/fields/SoSFFloat.h>
40#include <Inventor/fields/SoSFVec3f.h>
41#include <Inventor/SbTime.h>
76 static void setDefaultBufferingProperties(
int bufferLength,
int numBuffers,
78 void setBufferingProperties(
int bufferLength,
int numBuffers,
80 void getBufferingProperties(
int &bufferLength,
int &numBuffers,
90 friend class SoVRMLSoundP;
The SbTime class instances represents time values.
Definition SbTime.h:50
The SoAudioRenderAction class renders the aural parts of the scene graph.
Definition SoAudioRenderAction.h:42
SoNode(void)
Definition SoNode.cpp:417
virtual void audioRender(SoAudioRenderAction *action)
Definition SoNode.cpp:1356
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition SoNode.cpp:573
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:52
The SoSFBool class is a container for an SbBool value.
Definition SoSFBool.h:39
The SoSFFloat class is a container for a floating point value.
Definition SoSFFloat.h:39
The SoSFNode class is a container for a single node.
Definition SoSFNode.h:47
The SoSFVec3f class is a container for an SbVec3f vector.
Definition SoSFVec3f.h:40
SoSFFloat priority
Definition SoVRMLSound.h:57
float getDopplerFactor(void) const
Definition Sound.cpp:592
void setDopplerFactor(float factor)
Definition Sound.cpp:579
SoSFFloat maxBack
Definition SoVRMLSound.h:63
SoVRMLSound(void)
Definition Sound.cpp:365
void stopPlaying(SoPath *path, void *userdataptr)
Definition Sound.cpp:620
SoSFVec3f direction
Definition SoVRMLSound.h:59
SoSFFloat intensity
Definition SoVRMLSound.h:56
float getDopplerVelocity(void) const
Definition Sound.cpp:565
SoSFFloat minFront
Definition SoVRMLSound.h:60
SoSFNode source
Definition SoVRMLSound.h:55
SoSFFloat maxFront
Definition SoVRMLSound.h:61
SoSFFloat minBack
Definition SoVRMLSound.h:62
SoSFVec3f location
Definition SoVRMLSound.h:58
void startPlaying(SoPath *path, void *userdataptr)
Definition Sound.cpp:607
SoSFBool spatialize
Definition SoVRMLSound.h:64
void setDopplerVelocity(float velocity)
Definition Sound.cpp:551