Skip to content

Function create_decoder_from_header

function create_decoder_from_header(const audiofile_header &, const audio_decoding_options &) audio

std::unique_ptr<audio_decoder> create_decoder_from_header(
    const audiofile_header& header, const audio_decoding_options& options = { … }

Creates an audio decoder from a file header.

Parameters
header The audio file header.
options Optional decoding options.
Returns
A unique pointer to the created decoder.

Fully qualified name: kfr::create_decoder_from_header(const audiofile_header &, const audio_decoding_options &)

Declared at audio/decoder.hpp:238

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