Struct audio_format_and_length¶
struct audio_format_and_length io¶
struct audio_format_and_length : audio_format { … } constructor audio_format_and_length() ¶
constexpr audio_format_and_length() noexcept { … } Fully qualified name: kfr::audio_format_and_length::audio_format_and_length()
Declared at io/audiofile.hpp:54
constructor audio_format_and_length(const audio_format &) ¶
constexpr audio_format_and_length(const audio_format& fmt) : audio_format(fmt) { … } Fully qualified name: kfr::audio_format_and_length::audio_format_and_length(const audio_format &)
Declared at io/audiofile.hpp:55
variable length ¶
imax length = 0 Fully qualified name: kfr::audio_format_and_length::length
Declared at io/audiofile.hpp:57
Fully qualified name: kfr::audio_format_and_length
Declared at io/audiofile.hpp:51
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.