Skip to content

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.

Defined at audio/data.hpp:102