Describes a channel of a WaveInputDevice or WaveOutputDevice by specifying the channel index in the global device's audio buffer and the purpose as an AudioChannelSet::ChannelType e.g.
More...
#include <tracktion_WaveDeviceDescription.h>
Describes a channel of a WaveInputDevice or WaveOutputDevice by specifying the channel index in the global device's audio buffer and the purpose as an AudioChannelSet::ChannelType e.g.
left, right, leftSurround etc.
◆ ChannelIndex() [1/2]
tracktion::engine::ChannelIndex::ChannelIndex |
( |
| ) |
|
◆ ChannelIndex() [2/2]
tracktion::engine::ChannelIndex::ChannelIndex |
( |
int |
indexInDevice, |
|
|
juce::AudioChannelSet::ChannelType |
|
|
) |
| |
Creates a ChannelIndex for a given index and a channel type.
◆ operator==()
bool tracktion::engine::ChannelIndex::operator== |
( |
const ChannelIndex & |
| ) |
const |
◆ operator!=()
bool tracktion::engine::ChannelIndex::operator!= |
( |
const ChannelIndex & |
| ) |
const |
◆ indexInDevice
int tracktion::engine::ChannelIndex::indexInDevice = -1 |
◆ channel
juce::AudioChannelSet::ChannelType tracktion::engine::ChannelIndex::channel = juce::AudioChannelSet::unknown |
The documentation for this struct was generated from the following file: