|
LMMS
|
#include <juce_AudioDataConverters.h>
Additional Inherited Members | |
| Public Types inherited from juce::AudioData::LittleEndian | |
| enum | { isBigEndian = 0 } |
| Static Public Member Functions inherited from juce::AudioData::LittleEndian | |
| 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 |