struct audio_format_and_length audio_io¶
struct audio_format_and_length : audio_format { … } typedef audio_format_and_length ¶
using audio_format::audio_format Defined at io/audiofile.hpp:56
constructor audio_format_and_length() ¶
constexpr audio_format_and_length() noexcept { … } Defined at io/audiofile.hpp:57
constructor audio_format_and_length(const audio_format &) ¶
constexpr audio_format_and_length(const audio_format& fmt) : audio_format(fmt) { … } Defined at io/audiofile.hpp:58
variable length ¶
imax length = 0 Defined at io/audiofile.hpp:60
Defined at io/audiofile.hpp:54