Skip to content

Function audio_sample_is_float

function audio_sample_is_float(audio_sample_type) base

constexpr bool audio_sample_is_float(audio_sample_type t) noexcept { … }

Reports whether the given sample type is floating point.

Parameters
t The audio sample type to query.
Returns
true if t is a floating-point sample type, false otherwise.

Fully qualified name: kfr::audio_sample_is_float(audio_sample_type)

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