openshot-audio
0.1.7
|
#include <juce_audio_basics.h>
Additional Inherited Members | |
![]() | |
enum | { isBigEndian = 0 } |
![]() | |
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 |