#include "AudioInputDevice.hh"Include dependency graph for WAVAudioFileSource.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| class | WAVAudioFileSource |
Enumerations | |
| enum | WAV_AUDIO_FORMAT { WA_PCM = 0x01, WA_PCMA = 0x06, WA_PCMU = 0x07, WA_IMA_ADPCM = 0x11, WA_UNKNOWN } |
| enum WAV_AUDIO_FORMAT |
Definition at line 30 of file WAVAudioFileSource.hh.
00030 { 00031 WA_PCM = 0x01, 00032 WA_PCMA = 0x06, 00033 WA_PCMU = 0x07, 00034 WA_IMA_ADPCM = 0x11, 00035 WA_UNKNOWN 00036 } WAV_AUDIO_FORMAT;
1.5.2