Eric Oulashin's C++ Audio Mixer 1.0
FLACFile::DecoderClientData Struct Reference

Used by FLAC decoder callbacks (same layout as FLAC client data). More...

#include <FLACFile.h>

Collaboration diagram for FLACFile::DecoderClientData:
Collaboration graph

Public Attributes

std::fstream * stream = nullptr
FLACFileInfo * fileInfo = nullptr
std::vector< std::vector< int32_t > > * readBuffer = nullptr
size_t * readChannel = nullptr
size_t * readSample = nullptr
AudioFileResultTyperesult = nullptr

Detailed Description

Used by FLAC decoder callbacks (same layout as FLAC client data).

Member Data Documentation

◆ fileInfo

◆ readBuffer

std::vector<std::vector<int32_t> >* EOUtils::FLACFile::DecoderClientData::readBuffer = nullptr

◆ readChannel

◆ readSample

◆ result

◆ stream


The documentation for this struct was generated from the following file: