OpenShot Library | libopenshot-audio
0.1.9
|
Used by AudioFormatReader subclasses to copy data to different formats. More...
#include <juce_AudioFormatReader.h>
Public Types | |
using | DestType = AudioData::Pointer< DestSampleType, AudioData::NativeEndian, AudioData::NonInterleaved, AudioData::NonConst > |
using | SourceType = AudioData::Pointer< SourceSampleType, SourceEndianness, AudioData::Interleaved, AudioData::Const > |
Used by AudioFormatReader subclasses to copy data to different formats.
Definition at line 282 of file juce_AudioFormatReader.h.