|
JUCE
|
This is the complete list of members for SoundPlayer, including all inherited members.
| audioDeviceAboutToStart(AudioIODevice *) override | SoundPlayer | virtual |
| audioDeviceError(const String &errorMessage) override | SoundPlayer | virtual |
| audioDeviceIOCallback(const float **, int, float **, int, int) override | SoundPlayer | virtual |
| audioDeviceIOCallbackWithContext(const float **inputChannelData, int numInputChannels, float **outputChannelData, int numOutputChannels, int numSamples, const AudioIODeviceCallbackContext &context) | AudioIODeviceCallback | virtual |
| audioDeviceStopped() override | SoundPlayer | virtual |
| play(const File &file) | SoundPlayer | |
| play(const void *resourceData, size_t resourceSize) | SoundPlayer | |
| play(AudioFormatReader *buffer, bool deleteWhenFinished=false) | SoundPlayer | |
| play(PositionableAudioSource *audioSource, bool deleteWhenFinished=false, double sampleRateOfSource=0.0) | SoundPlayer | |
| play(AudioBuffer< float > *buffer, bool deleteWhenFinished=false, bool playOnAllOutputChannels=false) | SoundPlayer | |
| playTestSound() | SoundPlayer | |
| SoundPlayer() | SoundPlayer | |
| ~AudioIODeviceCallback()=default | AudioIODeviceCallback | virtual |
| ~SoundPlayer() override | SoundPlayer |