public class PitchDetectionResult
extends java.lang.Object
For performance reasons the object is reused. Please create a copy of the object if you want to use it on an other thread.
Constructor and Description |
---|
PitchDetectionResult() |
PitchDetectionResult(PitchDetectionResult other)
A copy constructor.
|
Modifier and Type | Method and Description |
---|---|
PitchDetectionResult |
clone() |
float |
getPitch() |
float |
getProbability() |
boolean |
isPitched() |
void |
setPitch(float pitch) |
void |
setPitched(boolean pitched) |
void |
setProbability(float probability) |
public PitchDetectionResult()
public PitchDetectionResult(PitchDetectionResult other)
other
- public float getPitch()
public void setPitch(float pitch)
public PitchDetectionResult clone()
clone
in class java.lang.Object
public float getProbability()
public void setProbability(float probability)
public boolean isPitched()
public void setPitched(boolean pitched)