Skip to content

Function create_w64_encoder

function create_w64_encoder(const w64_encoding_options &) audio

std::unique_ptr<audio_encoder> create_w64_encoder(const w64_encoding_options& options = { … }

Creates a W64 audio encoder with optional encoding options.

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

Fully qualified name: kfr::create_w64_encoder(const w64_encoding_options &)

Declared at audio/encoder.hpp:155

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