Member Variables¶
B¶
variableaudiofile_format::bit_depth Bits per sample.
C¶
variableaudio_data<IsInterleaved>::capacity Allocated capacity per channel.variableaudiofile_format::channels Number of channels.variableaudio_data<IsInterleaved>::channels Number of channels.variableaudiofile_format::codec Audio codec.variableaudiofile_format::container Container format.
D¶
variablestrided_channel<T>::data Pointer to the first sample of the channel.variableaudio_data<IsInterleaved>::data Pointers to channel data.variableaudio_data<IsInterleaved>::deallocator Deallocator for the data.variableexpression_traits<strided_channel<T>>::dimsvariableaudio_dithering_state::distvariableaudio_quantization::dither Dithering state used during quantization.variableaudio_dithering_state::dithering Active dithering method.variableaudio_encoding_options::dithering
E¶
variableaudiofile_format::endianness Endianness of the audio data.
F¶
variableraw_decoding_options::format
M¶
variableaudio_decoder::m_formatvariableaudio_encoder::m_formatvariableaudio_decoder::m_readervariableaudio_encoder::m_writervariableaudiofile_format::metadata Key-value metadata pairs.
P¶
variableaudio_stat::peak Peak absolute sample value across all channels.variableaudio_data<IsInterleaved>::position Position of the first sample in the audio data.
R¶
variableaudio_decoding_options::read_metadata Whether to read metadata tags during decoding.variableaudio_stat::rms Root mean square of all samples across all channels.variableaudio_dithering_state::rnd Random number generator.
S¶
variableaudiofile_format::sample_rate Sample rate in Hz.variableaudio_dithering_state::scale Amplitude scale applied to the generated noise.variablestrided_channel<T>::size Number of samples in the channel.variableaudio_data<IsInterleaved>::size Number of samples per channel.variableaudiofile_format::speakers Speaker arrangement.variablestrided_channel<T>::stride Stride (in elements) between successive samples.variablewave_encoding_options::switch_to_rf64_if_over_4gb
T¶
variableaudiofile_format::total_frames
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.