Function create_flac_encoder¶
function create_flac_encoder(const flac_encoding_options &) audio¶
std::unique_ptr<audio_encoder> create_flac_encoder(const flac_encoding_options& options = { … } Creates a FLAC audio encoder with optional encoding options.
| options | Optional FLAC encoding options. |
| A unique pointer to the created FLAC audio encoder. |
Fully qualified name: kfr::create_flac_encoder(const flac_encoding_options &)
Declared at audio/encoder.hpp:184
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.