Release all resources
| 119 | |
| 120 | // Release all resources |
| 121 | void AudioReaderSource::releaseResources() { } |
| 122 | |
| 123 | // Get the total length (in samples) of this audio source |
| 124 | juce::int64 AudioReaderSource::getTotalLength() const |
nothing calls this directly
no outgoing calls
no test coverage detected