Struct StreamingContext
pub struct StreamingContext<T: SignalType> {
pub buffer: RingBuffer<T>,
pub coefficients: StreamingCoefficients<T>,
pub wavelet: Box<dyn Wavelet>,
pub window: WindowConfig,
pub strategy: UpdateStrategy,
/* private fields */
}Fields§
§buffer: RingBuffer<T>§coefficients: StreamingCoefficients<T>§wavelet: Box<dyn Wavelet>§window: WindowConfig§strategy: UpdateStrategy