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

◆ stb_vorbis_get_error()

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

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

4085{
4086 int32_t e = f->error;
4088 return e;
4089}
fl::i32 int32_t
Definition coder.h:220

References FL_NOEXCEPT, and VORBIS__no_error.