MCPcopy Create free account
hub / github.com/FastLED/FastLED / getAudioSampleRate

Method getAudioSampleRate

src/fl/codec/idecoder.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 virtual bool hasAudio() const { return false; }
57 virtual void setAudioCallback(AudioFrameCallback callback) { (void)callback; }
58 virtual int getAudioSampleRate() const { return 0; }
59};
60
61// Null decoder implementation for unsupported platforms

Callers 1

mpeg1.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected