Skip to content

Function create_caff_encoder

function create_caff_encoder(const caff_encoding_options &) audio

std::unique_ptr<audio_encoder> create_caff_encoder(const caff_encoding_options& options = { … }

Creates a CAFF audio encoder with optional encoding options.

Parameters
options Optional CAFF encoding options.
Returns
A unique pointer to the created CAFF audio encoder.

Fully qualified name: kfr::create_caff_encoder(const caff_encoding_options &)

Declared at audio/encoder.hpp:199

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.