1#ifndef COIN_SOAUDIODEVICE_H
2#define COIN_SOAUDIODEVICE_H
27#include <Inventor/SbString.h>
28#include <Inventor/actions/SoGLRenderAction.h>
29#include <Inventor/actions/SoAudioRenderAction.h>
45 void setGain(
float gain);
46 void mute(SbBool mute=TRUE);
57 SoAudioDeviceP *pimpl;
58 friend class SoAudioDeviceP;
The SbList class is a template container class for lists.
Definition SbList.h:47
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:76
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:42
The SoAudioDevice class is used to control an audio device.
Definition SoAudioDevice.h:35