This is the complete list of members for juce::AudioSourcePlayer, including all inherited members.
| audioDeviceAboutToStart(AudioIODevice *device) override | juce::AudioSourcePlayer | virtual |
| audioDeviceError(const String &errorMessage) | juce::AudioIODeviceCallback | virtual |
| audioDeviceIOCallback(const float **inputChannelData, int totalNumInputChannels, float **outputChannelData, int totalNumOutputChannels, int numSamples) override | juce::AudioSourcePlayer | virtual |
| audioDeviceIOCallbackWithContext(const float **inputChannelData, int numInputChannels, float **outputChannelData, int numOutputChannels, int numSamples, const AudioIODeviceCallbackContext &context) | juce::AudioIODeviceCallback | inlinevirtual |
| audioDeviceStopped() override | juce::AudioSourcePlayer | virtual |
| AudioSourcePlayer() | juce::AudioSourcePlayer | |
| bufferSize | juce::AudioSourcePlayer | private |
| channels | juce::AudioSourcePlayer | private |
| gain | juce::AudioSourcePlayer | private |
| getCurrentSource() const noexcept | juce::AudioSourcePlayer | inline |
| getGain() const noexcept | juce::AudioSourcePlayer | inline |
| inputChans | juce::AudioSourcePlayer | private |
| lastGain | juce::AudioSourcePlayer | private |
| outputChans | juce::AudioSourcePlayer | private |
| prepareToPlay(double sampleRate, int blockSize) | juce::AudioSourcePlayer | |
| readLock | juce::AudioSourcePlayer | private |
| sampleRate | juce::AudioSourcePlayer | private |
| setGain(float newGain) noexcept | juce::AudioSourcePlayer | |
| setSource(AudioSource *newSource) | juce::AudioSourcePlayer | |
| source | juce::AudioSourcePlayer | private |
| tempBuffer | juce::AudioSourcePlayer | private |
| ~AudioIODeviceCallback()=default | juce::AudioIODeviceCallback | virtual |
| ~AudioSourcePlayer() override | juce::AudioSourcePlayer | |