Skip to content

Function create_w64_decoder

function create_w64_decoder(const w64_decoding_options &) audio

std::unique_ptr<audio_decoder> create_w64_decoder(const w64_decoding_options& options = { … }

Creates a decoder for W64 audio files.

Parameters
options Optional W64 decoding options.
Returns
A unique pointer to the created decoder.

Fully qualified name: kfr::create_w64_decoder(const w64_decoding_options &)

Declared at audio/decoder.hpp:285

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