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