Serializablepublic class SampleBuffer extends Object implements Serializable
| Constructor | Description |
|---|---|
SampleBuffer() |
| Modifier and Type | Method | 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-2017 Oracle. All Rights Reserved.