Class strided_channel¶
class strided_channel<T> audio¶
template <typename T>
struct strided_channel { … } Represents a strided audio channel.
Provides a view over a single channel of an interleaved audio buffer, where successive samples are separated by a fixed stride in memory.
| T | Data type. |
variable data ¶
T* data Pointer to the first sample of the channel.
Fully qualified name: kfr::strided_channel<T>::data
Declared at audio/data.hpp:431
variable size ¶
size_t size Number of samples in the channel.
Fully qualified name: kfr::strided_channel<T>::size
Declared at audio/data.hpp:432
variable stride ¶
size_t stride Stride (in elements) between successive samples.
Fully qualified name: kfr::strided_channel<T>::stride
Declared at audio/data.hpp:433
Fully qualified name: kfr::strided_channel<T>
Declared at audio/data.hpp:429
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.