live
Data Structures | Enumerations
WAVAudioFileSource.hh File Reference
#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
}
 

Enumeration Type Documentation

◆ WAV_AUDIO_FORMAT

Enumerator
WA_PCM 
WA_PCMA 
WA_PCMU 
WA_IMA_ADPCM 
WA_UNKNOWN 

Definition at line 30 of file WAVAudioFileSource.hh.

30 {
31 WA_PCM = 0x01,
32 WA_PCMA = 0x06,
33 WA_PCMU = 0x07,
34 WA_IMA_ADPCM = 0x11,
WAV_AUDIO_FORMAT
@ WA_PCMA
@ WA_PCM
@ WA_UNKNOWN
@ WA_IMA_ADPCM
@ WA_PCMU