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

◆ stb_vorbis_get_sample_offset()

int32_t fl::third_party::vorbis::stb_vorbis_get_sample_offset ( stb_vorbis * f)

Definition at line 4055 of file stb_vorbis.cpp.hpp.

4056{
4057 if (f->current_loc_valid)
4058 return f->current_loc;
4059 else
4060 return -1;
4061}

References FL_NOEXCEPT.