Used by AudioFormatWriter subclasses to copy data to different formats. More...
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 **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 |
| static void AudioFormatWriter::WriteHelper< DestSampleType, SourceSampleType, DestEndianness >::write | ( | void * | destData, |
| int | numDestChannels, | ||
| const int ** | source, | ||
| int | numSamples, | ||
| const int | sourceOffset = 0 |
||
| ) | [static] |