Skip to content

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.

Parameters
type The audio sample type to query.
Returns
The bit depth of type, or 0 if unknown.

Fully qualified name: kfr::audio_sample_bit_depth(audio_sample_type)

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