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

◆ end()

void fl::VorbisDecoderImpl::end ( )

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

175 {
176 mDecoder.close();
177 mFileData.clear();
178 mPosition = 0;
179 mEndOfStream = false;
180 mError.clear();
181}
fl::vector< fl::u8 > mFileData
StbVorbisDecoder mDecoder

References mDecoder, mEndOfStream, mError, mFileData, and mPosition.

Referenced by ~VorbisDecoderImpl(), and begin().

+ Here is the caller graph for this function: