Function audio_sample_bit_depth¶
function audio_sample_bit_depth(audio_sample_type) base¶
constexpr size_t audio_sample_bit_depth(audio_sample_type type) noexcept { … } Returns the bit depth of the given audio sample type.
| type | The audio sample type to query. |
The bit depth of type, or 0 if unknown. |
Fully qualified name: kfr::audio_sample_bit_depth(audio_sample_type)
Declared at base/conversion.hpp:63
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.