Function create_flac_decoder¶
function create_flac_decoder(const flac_decoding_options &) audio¶
std::unique_ptr<audio_decoder> create_flac_decoder(const flac_decoding_options& options = { … } Creates a decoder for FLAC audio files.
| options | Optional FLAC decoding options. |
| A unique pointer to the created decoder. |
Fully qualified name: kfr::create_flac_decoder(const flac_decoding_options &)
Declared at audio/decoder.hpp:331
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.