![]() |
Mema
Memory Matrix — multi-channel audio matrix monitor and router
|
Snapshot of the currently selected device's relevant characteristics used to detect changes. More...
#include <AudioSelectComponent.h>
Public Member Functions | |
| RelevantDeviceCharacteristics () | |
| RelevantDeviceCharacteristics (juce::AudioIODevice *d) | |
| RelevantDeviceCharacteristics (juce::AudioIODevice *d, int i, int o) | |
| bool | operator== (const RelevantDeviceCharacteristics &other) const |
| bool | operator!= (const RelevantDeviceCharacteristics &other) const |
| juce::String | toString () |
Public Attributes | |
| juce::AudioIODevice * | devPtr |
| int | numInputChannels |
| int | numOutputChannels |
Snapshot of the currently selected device's relevant characteristics used to detect changes.
Definition at line 31 of file AudioSelectComponent.h.
|
inline |
Definition at line 33 of file AudioSelectComponent.h.
References devPtr, numInputChannels, and numOutputChannels.
|
inline |
Definition at line 39 of file AudioSelectComponent.h.
References devPtr, numInputChannels, and numOutputChannels.
|
inline |
Definition at line 53 of file AudioSelectComponent.h.
References devPtr, numInputChannels, and numOutputChannels.
|
inline |
Definition at line 66 of file AudioSelectComponent.h.
|
inline |
Definition at line 60 of file AudioSelectComponent.h.
References devPtr, numInputChannels, and numOutputChannels.
|
inline |
Definition at line 71 of file AudioSelectComponent.h.
References devPtr, numInputChannels, and numOutputChannels.
| juce::AudioIODevice* Mema::AudioSelectComponent::RelevantDeviceCharacteristics::devPtr |
Definition at line 76 of file AudioSelectComponent.h.
Referenced by operator==(), RelevantDeviceCharacteristics(), RelevantDeviceCharacteristics(), RelevantDeviceCharacteristics(), and toString().
| int Mema::AudioSelectComponent::RelevantDeviceCharacteristics::numInputChannels |
Definition at line 77 of file AudioSelectComponent.h.
Referenced by operator==(), RelevantDeviceCharacteristics(), RelevantDeviceCharacteristics(), RelevantDeviceCharacteristics(), and toString().
| int Mema::AudioSelectComponent::RelevantDeviceCharacteristics::numOutputChannels |
Definition at line 78 of file AudioSelectComponent.h.
Referenced by operator==(), RelevantDeviceCharacteristics(), RelevantDeviceCharacteristics(), RelevantDeviceCharacteristics(), and toString().