JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::ChannelInfo< Value > Struct Template Reference

Public Member Functions

 ChannelInfo (Value *const *dataIn, int numChannelsIn)
 

Public Attributes

Value *constdata
 
int numChannels
 

Detailed Description

template<typename Value>
struct juce::ChannelInfo< Value >

Definition at line 30 of file juce_AudioProcessorPlayer.cpp.

Constructor & Destructor Documentation

◆ ChannelInfo()

template<typename Value >
juce::ChannelInfo< Value >::ChannelInfo ( Value *const dataIn,
int  numChannelsIn 
)

Definition at line 33 of file juce_AudioProcessorPlayer.cpp.

Member Data Documentation

◆ data

Definition at line 36 of file juce_AudioProcessorPlayer.cpp.

◆ numChannels

template<typename Value >
int juce::ChannelInfo< Value >::numChannels

Definition at line 37 of file juce_AudioProcessorPlayer.cpp.


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