FastLED 3.9.15
Loading...
Searching...
No Matches

◆ seek()

bool fl::StbVorbisDecoder::seek ( fl::u32 sampleNumber)

Definition at line 90 of file vorbis.cpp.hpp.

90 {
91 if (!mVorbis) return false;
92 return vb::stb_vorbis_seek(static_cast<vb::stb_vorbis*>(mVorbis), sampleNumber) != 0;
93}

References mVorbis.