1#ifndef COIN_SOAUDIODEVICE_H
2#define COIN_SOAUDIODEVICE_H
36#include <Inventor/SbString.h>
37#include <Inventor/actions/SoGLRenderAction.h>
38#include <Inventor/actions/SoAudioRenderAction.h>
54 void setGain(
float gain);
55 void mute(SbBool mute=TRUE);
63 SoAudioDeviceP *pimpl;
64 friend class SoAudioDeviceP;
The SbList class is a template container class for lists.
Definition SbList.h:70
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:99
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:52
The SoAudioDevice class is used to control an audio device.
Definition SoAudioDevice.h:44