public class SampleBuffer extends Object implements Serializable
Constructor and Description |
---|
SampleBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
add(long sample) |
void |
addAll(SampleBuffer other) |
int |
count() |
Statistics |
getStatistics(double multiplier) |
void |
half() |
public void half()
public void add(long sample)
public Statistics getStatistics(double multiplier)
public void addAll(SampleBuffer other)
public int count()
Copyright © 2012–2020 Oracle. All rights reserved.