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.
| container | Audio file container format. |
| 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.