#include "input_flac.h"
#include "types.h"
#include "utility.h"
Include dependency graph for input_flac.cpp:
Go to the source code of this file.
Namespaces | |
namespace | audiere |
Defines | |
#define | SET_CALLBACK(name) |
|
Value: FLAC__seekable_stream_decoder_set_##name##_callback( \ m_decoder, \ name##_callback) Referenced by audiere::FLACInputStream::initialize(). |