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. |
Defined at audio/data.hpp:102