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