Used by AudioFormatWriter subclasses to copy data to different formats. More...
#include <juce_AudioFormatWriter.h>
Public Types | |
typedef AudioData::Pointer< DestSampleType, DestEndianness, AudioData::Interleaved, AudioData::NonConst > | DestType |
typedef AudioData::Pointer< SourceSampleType, AudioData::NativeEndian, AudioData::NonInterleaved, AudioData::Const > | SourceType |
Static Public Member Functions | |
static void | write (void *destData, int numDestChannels, const int *const *source, int numSamples, const int sourceOffset=0) noexcept |
Used by AudioFormatWriter subclasses to copy data to different formats.
typedef AudioData::Pointer<DestSampleType, DestEndianness, AudioData::Interleaved, AudioData::NonConst> AudioFormatWriter::WriteHelper< DestSampleType, SourceSampleType, DestEndianness >::DestType |
typedef AudioData::Pointer<SourceSampleType, AudioData::NativeEndian, AudioData::NonInterleaved, AudioData::Const> AudioFormatWriter::WriteHelper< DestSampleType, SourceSampleType, DestEndianness >::SourceType |
|
inlinestaticnoexcept |