Skip to content

Function read_audiofile_header

function read_audiofile_header(const file_path &) audio

expected<audiofile_header, std::error_code> read_audiofile_header(const file_path& path)

Reads the header of an audio file.

Parameters
path Path to the audio file.
Returns
Audio file header on success, or an error code on failure.

Fully qualified name: kfr::read_audiofile_header(const file_path &)

Declared at audio/decoder.hpp:176

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