|
| template<typename NameType > |
| static void | setValue (StringMap &values, NameType name, uint32 val) |
| |
| static void | setValue (StringMap &values, int prefix, const char *name, uint32 val) |
| |
| template<typename NameType > |
| static uint32 | getValue (const StringMap &values, NameType name, const char *def) |
| |
| static uint32 | getValue (const StringMap &values, int prefix, const char *name, const char *def) |
| |
| static MemoryBlock | createFrom (const StringMap &values) |
| |
Definition at line 352 of file juce_WavAudioFormat.cpp.
◆ juce::WavFileHelpers::SMPLChunk::SampleLoop
| struct juce::WavFileHelpers::SMPLChunk::SampleLoop |
◆ copyTo()
| void juce::WavFileHelpers::SMPLChunk::copyTo |
( |
StringMap & |
values, |
|
|
const int |
totalSize |
|
) |
| const |
◆ createFrom()
◆ getValue() [1/2]
| static uint32 juce::WavFileHelpers::SMPLChunk::getValue |
( |
const StringMap & |
values, |
|
|
int |
prefix, |
|
|
const char * |
name, |
|
|
const char * |
def |
|
) |
| |
|
static |
◆ getValue() [2/2]
template<typename NameType >
| static uint32 juce::WavFileHelpers::SMPLChunk::getValue |
( |
const StringMap & |
values, |
|
|
NameType |
name, |
|
|
const char * |
def |
|
) |
| |
|
static |
◆ setValue() [1/2]
| static void juce::WavFileHelpers::SMPLChunk::setValue |
( |
StringMap & |
values, |
|
|
int |
prefix, |
|
|
const char * |
name, |
|
|
uint32 |
val |
|
) |
| |
|
static |
◆ setValue() [2/2]
template<typename NameType >
| static void juce::WavFileHelpers::SMPLChunk::setValue |
( |
StringMap & |
values, |
|
|
NameType |
name, |
|
|
uint32 |
val |
|
) |
| |
|
static |
◆ loops
| SampleLoop juce::WavFileHelpers::SMPLChunk::loops[1] |
◆ manufacturer
| uint32 juce::WavFileHelpers::SMPLChunk::manufacturer |
◆ midiPitchFraction
| uint32 juce::WavFileHelpers::SMPLChunk::midiPitchFraction |
◆ midiUnityNote
| uint32 juce::WavFileHelpers::SMPLChunk::midiUnityNote |
◆ numSampleLoops
| uint32 juce::WavFileHelpers::SMPLChunk::numSampleLoops |
◆ product
| uint32 juce::WavFileHelpers::SMPLChunk::product |
◆ samplePeriod
| uint32 juce::WavFileHelpers::SMPLChunk::samplePeriod |
◆ samplerData
| uint32 juce::WavFileHelpers::SMPLChunk::samplerData |
◆ smpteFormat
| uint32 juce::WavFileHelpers::SMPLChunk::smpteFormat |
◆ smpteOffset
| uint32 juce::WavFileHelpers::SMPLChunk::smpteOffset |
The documentation for this struct was generated from the following file: