Skip to content

Typedef chan

typedef chan audio

using chan = std::conditional_t<IsInterleaved, T, std::array<T, max_audio_channels>>

Determines the channel type based on interleaving.

Template parameters
T Data type.
IsInterleaved Whether the data is interleaved.

Fully qualified name: kfr::chan

Declared at audio/data.hpp:54

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