JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_AudioDataConverters.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::AudioData
 This class a container which holds all the classes pertaining to the AudioData::Pointer audio sample format class. More...
 
struct  juce::AudioData::ChannelData< IsInterleaved, IsConst, Format >
 
struct  juce::AudioData::ChannelDataSubtypes< IsInterleaved, IsConst,... >
 
struct  juce::AudioData::ChannelDataSubtypes< IsInterleaved, IsConst, DataFormat, Endianness >
 
struct  juce::AudioData::ChannelDataSubtypes< IsInterleaved, IsConst, Format< DataFormat, Endianness > >
 
class  juce::AudioData::Converter
 A base class for objects that are used to convert between two different sample formats. More...
 
class  juce::AudioData::ConverterInstance< SourceSampleType, DestSampleType >
 A class that converts between two templated AudioData::Pointer types, and which implements the AudioData::Converter interface. More...
 
struct  juce::AudioData::Format< DataFormatIn, EndiannessIn >
 A struct that contains a SampleFormat and Endianness to be used with the source and destination types when calling the interleaveSamples() and deinterleaveSamples() helpers. More...
 
class  juce::AudioData::Pointer< SampleFormat, Endianness, InterleavingType, Constness >
 Used as a template parameter for AudioData::Pointer. More...
 

Namespaces

 juce