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

◆ stb_vorbis_seek_start()

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

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

4695{
4698 f->previous_length = 0;
4699 f->first_decode = true;
4700 f->next_seg = -1;
4701 return vorbis_pump_first_frame(f);
4702}
static int32_t error(vorb *f, enum STBVorbisError e) FL_NOEXCEPT
static int32_t vorbis_pump_first_frame(stb_vorbis *f) FL_NOEXCEPT
static int32_t set_file_offset(stb_vorbis *f, uint32_t loc) FL_NOEXCEPT
#define FL_STBV_IS_PUSH_MODE(f)

References error(), FL_NOEXCEPT, FL_STBV_IS_PUSH_MODE, set_file_offset(), VORBIS_invalid_api_mixing, and vorbis_pump_first_frame().

Referenced by seek_to_sample_coarse().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: