Skip to content

class strided_channel<T> audio

template <typename T>
struct strided_channel { … }

Represents a strided audio channel.

Template parameters
T Data type.

variable data

T* data

Defined at audio/data.hpp:418

variable size

size_t size

Defined at audio/data.hpp:419

variable stride

size_t stride

Defined at audio/data.hpp:420

Defined at audio/data.hpp:416