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::ChannelData< IsInterleaved, IsConst, Format > Struct Template Reference
Collaboration diagram for juce::AudioData::ChannelData< IsInterleaved, IsConst, Format >:

Public Types

using DataType = typename Subtypes::DataType
 
using PointerType = typename Subtypes::PointerType
 
using Subtypes = ChannelDataSubtypes< IsInterleaved, IsConst, Format... >
 

Public Attributes

int channels
 
DataType data
 

Member Typedef Documentation

◆ DataType

template<bool IsInterleaved, bool IsConst, typename... Format>
using juce::AudioData::ChannelData< IsInterleaved, IsConst, Format >::DataType = typename Subtypes::DataType

◆ PointerType

template<bool IsInterleaved, bool IsConst, typename... Format>
using juce::AudioData::ChannelData< IsInterleaved, IsConst, Format >::PointerType = typename Subtypes::PointerType

◆ Subtypes

template<bool IsInterleaved, bool IsConst, typename... Format>
using juce::AudioData::ChannelData< IsInterleaved, IsConst, Format >::Subtypes = ChannelDataSubtypes<IsInterleaved, IsConst, Format...>

Member Data Documentation

◆ channels

template<bool IsInterleaved, bool IsConst, typename... Format>
int juce::AudioData::ChannelData< IsInterleaved, IsConst, Format >::channels

◆ data

template<bool IsInterleaved, bool IsConst, typename... Format>
DataType juce::AudioData::ChannelData< IsInterleaved, IsConst, Format >::data

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