Skip to content

Function is_single_codec

function is_single_codec(audiofile_container) audio

constexpr bool is_single_codec(audiofile_container container) { … }

Checks if a container supports a single codec.

Parameters
container Audio file container format.
Returns
True if the container supports a single codec, false otherwise.

Fully qualified name: kfr::is_single_codec(audiofile_container)

Declared at audio/data.hpp:99

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