FastLED 3.9.15
Loading...
Searching...
No Matches
fl::StbVorbisDecoder Class Reference

Detailed Description

Definition at line 40 of file vorbis.h.

#include <vorbis.h>

Public Member Functions

 StbVorbisDecoder () FL_NOEXCEPT
 
 ~StbVorbisDecoder () FL_NOEXCEPT
 
void close ()
 
VorbisInfo getInfo () const
 
fl::u32 getSampleOffset () const
 
fl::i32 getSamplesFloat (fl::i32 channels, float **buffer, fl::i32 numSamples)
 
fl::i32 getSamplesShortInterleaved (fl::i32 channels, fl::i16 *buffer, fl::i32 numShorts)
 
fl::u32 getTotalSamples () const
 
bool isOpen () const
 
bool openMemory (fl::span< const fl::u8 > data)
 
bool seek (fl::u32 sampleNumber)
 

Private Attributes

void * mVorbis
 

The documentation for this class was generated from the following files: