#include <juce_AudioDataConverters.h>
◆ anonymous enum
◆ copyFrom()
template<class SourceType, class DestType>
| void juce::AudioData::LittleEndian::copyFrom |
( |
DestType & | dest, |
|
|
SourceType & | source ) |
|
inlinestaticnoexcept |
◆ getAsFloat()
template<class SampleFormatType>
| float juce::AudioData::LittleEndian::getAsFloat |
( |
SampleFormatType & | s | ) |
|
|
inlinestaticnoexcept |
◆ getAsInt32()
template<class SampleFormatType>
| int32 juce::AudioData::LittleEndian::getAsInt32 |
( |
SampleFormatType & | s | ) |
|
|
inlinestaticnoexcept |
◆ setAsFloat()
template<class SampleFormatType>
| void juce::AudioData::LittleEndian::setAsFloat |
( |
SampleFormatType & | s, |
|
|
float | newValue ) |
|
inlinestaticnoexcept |
◆ setAsInt32()
template<class SampleFormatType>
| void juce::AudioData::LittleEndian::setAsInt32 |
( |
SampleFormatType & | s, |
|
|
int32 | newValue ) |
|
inlinestaticnoexcept |
The documentation for this class was generated from the following file: