Skip to content

Function create_caff_decoder

function create_caff_decoder(const caff_decoding_options &) audio

std::unique_ptr<audio_decoder> create_caff_decoder(const caff_decoding_options& options = { … }

Creates a decoder for CAFF audio files.

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

Fully qualified name: kfr::create_caff_decoder(const caff_decoding_options &)

Declared at audio/decoder.hpp:315

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