LMMS
Loading...
Searching...
No Matches
juce::AudioData::ChannelData< IsInterleaved, IsConst, Format > Struct Template Reference

Public Types

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

Public Attributes

DataType data
int channels

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: