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