Wwise SDK 2022.1.17
|
Go to the source code of this file.
Classes | |
struct | AkChunkHeader |
Standard WAV chunk header. More... | |
struct | WaveFormatEx |
Standard WAV format header. More... | |
struct | WaveFormatExtensible |
Variables | |
constexpr AkFourcc | RIFXChunkId = AkmmioFOURCC('R', 'I', 'F', 'X') |
constexpr AkFourcc | RIFFChunkId = AkmmioFOURCC('R', 'I', 'F', 'F') |
constexpr AkFourcc | WAVEChunkId = AkmmioFOURCC('W', 'A', 'V', 'E') |
constexpr AkFourcc | OGGSChunkId = AkmmioFOURCC('O', 'g', 'g', 'S') |
constexpr AkFourcc | fmtChunkId = AkmmioFOURCC('f', 'm', 't', ' ') |
constexpr AkFourcc | dataChunkId = AkmmioFOURCC('d', 'a', 't', 'a') |
constexpr AkFourcc | cueChunkId = AkmmioFOURCC('c', 'u', 'e', ' ') |
constexpr AkFourcc | LISTChunkId = AkmmioFOURCC('L', 'I', 'S', 'T') |
constexpr AkFourcc | adtlChunkId = AkmmioFOURCC('a', 'd', 't', 'l') |
constexpr AkFourcc | lablChunkId = AkmmioFOURCC('l', 'a', 'b', 'l') |
constexpr AkFourcc | smplChunkId = AkmmioFOURCC('s', 'm', 'p', 'l') |
constexpr AkFourcc | junkChunkId = AkmmioFOURCC('j', 'u', 'n', 'k') |
constexpr AkFourcc | akdChunkId = AkmmioFOURCC('a', 'k', 'd', ' ') |
constexpr AkFourcc | hashChunkId = AkmmioFOURCC('h', 'a', 's', 'h') |
constexpr AkFourcc | seekChunkId = AkmmioFOURCC('s', 'e', 'e', 'k') |
constexpr AkFourcc | irmdChunkId = AkmmioFOURCC('i', 'r', 'm', 'd') |
Basic definitions for WAV / WEM file parsers.
Definition in file AkWavDefs.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise