JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::AudioData::Format< DataFormatIn, EndiannessIn > Struct Template Reference

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...

#include <juce_AudioDataConverters.h>

Public Types

using DataFormat = DataFormatIn
 
using Endianness = EndiannessIn
 

Detailed Description

template<typename DataFormatIn, typename EndiannessIn>
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.

See also
interleaveSamples, deinterleaveSamples

Member Typedef Documentation

◆ DataFormat

template<typename DataFormatIn , typename EndiannessIn >
using juce::AudioData::Format< DataFormatIn, EndiannessIn >::DataFormat = DataFormatIn

◆ Endianness

template<typename DataFormatIn , typename EndiannessIn >
using juce::AudioData::Format< DataFormatIn, EndiannessIn >::Endianness = EndiannessIn

The documentation for this struct was generated from the following file: