foobar2000 SDK
2015-08-03
|
Go to the source code of this file.
Data Structures | |
struct | RIFF_chunk_desc |
Variables | |
static const GUID | guid_DATA = pfc::GUID_from_text("61746164-ACF3-11D3-8CD1-00C04F8EDB8A") |
static const GUID | guid_FMT = pfc::GUID_from_text("20746D66-ACF3-11D3-8CD1-00C04F8EDB8A") |
static const GUID | guid_RIFF = pfc::GUID_from_text("66666972-912E-11CF-A5D6-28DB04C10000") |
static const GUID | guid_WAVE = pfc::GUID_from_text("65766177-ACF3-11D3-8CD1-00C04F8EDB8A") |
static const RIFF_chunk_desc | RIFF_chunks [] |
struct RIFF_chunk_desc |
Definition at line 9 of file writer_wav.cpp.
Data Fields | ||
---|---|---|
GUID | m_guid | |
const char * | m_name |
|
static |
Definition at line 7 of file writer_wav.cpp.
|
static |
Definition at line 6 of file writer_wav.cpp.
|
static |
Definition at line 4 of file writer_wav.cpp.
|
static |
Definition at line 5 of file writer_wav.cpp.
|
static |