Function create_decoder_for_file¶
function create_decoder_for_file(const file_path &, const audio_decoding_options &) audio¶
std::unique_ptr<audio_decoder> create_decoder_for_file(
const file_path& path, const audio_decoding_options& options = { … } Creates an audio decoder for a file.
| path | Path to the audio file. |
| options | Optional decoding options. |
| Unique pointer to the created decoder. |
Fully qualified name: kfr::create_decoder_for_file(const file_path &, const audio_decoding_options &)
Declared at audio/decoder.hpp:208
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.