xoreos  0.0.5
Namespaces | Enumerations
wave_types.h File Reference

Compression types in Microsoft's WAVEFORMAT(EX). More...

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

Go to the source code of this file.

Namespaces

 Sound
 

Enumerations

enum  Sound::WaveCompressionType {
  Sound::kWavePCM = 0x0001, Sound::kWaveMSADPCM = 0x0002, Sound::kWaveMSIMAADPCM = 0x0011, Sound::kWaveMSIMAADPCM2 = 0x0069,
  Sound::kWaveWMAv2 = 0x0161
}
 

Detailed Description

Compression types in Microsoft's WAVEFORMAT(EX).

Definition in file wave_types.h.