OpenShot Library | libopenshot-audio 0.2.0

Classes

class  juce::AudioChannelSet
 Represents a set of audio channel types. More...
 
class  juce::AudioData
 This class a container which holds all the classes pertaining to the AudioData::Pointer audio sample format class. More...
 
class  juce::AudioData::Pointer< SampleFormat, Endianness, InterleavingType, Constness >
 Used as a template parameter for AudioData::Pointer. More...
 
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...
 
class  juce::AudioDataConverters
 A set of routines to convert buffers of 32-bit floating point data to and from various integer formats. More...
 
class  juce::AudioProcessLoadMeasurer
 Maintains an ongoing measurement of the proportion of time which is being spent inside an audio callback. More...
 
struct  juce::AudioProcessLoadMeasurer::ScopedTimer
 This class measures the time between its construction and destruction and adds it to an AudioProcessLoadMeasurer. More...
 
class  juce::AudioBuffer< Type >
 A multi-channel buffer containing floating point audio samples. More...
 
class  juce::FloatVectorOperations
 A collection of simple vector operations on arrays of floats, accelerated with SIMD instructions where possible. More...
 
class  juce::ScopedNoDenormals
 Helper class providing an RAII-based mechanism for temporarily disabling denormals on your CPU. More...
 

Detailed Description


Class Documentation

◆ juce::AudioData

class juce::AudioData

This class a container which holds all the classes pertaining to the AudioData::Pointer audio sample format class.

See also
AudioData::Pointer.

Definition at line 39 of file juce_AudioDataConverters.h.