#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 = 1, WA_PCMA = 6, WA_PCMU = 7, WA_UNKNOWN } |
| enum WAV_AUDIO_FORMAT |
Definition at line 30 of file WAVAudioFileSource.hh.
00030 { 00031 WA_PCM = 1, 00032 WA_PCMA = 6, 00033 WA_PCMU = 7, 00034 WA_UNKNOWN 00035 }WAV_AUDIO_FORMAT;
1.5.2