public class PlayerConfig extends Object
| Constructor and Description |
|---|
PlayerConfig() |
PlayerConfig(String id,
String sampleFile,
ScopePlayer.Type type,
int maxVoices,
float amplitude,
String eventFilter) |
| Modifier and Type | Method and Description |
|---|---|
float |
getAmplitude() |
String |
getEventFilter() |
String |
getId() |
int |
getMaxVoices() |
String |
getSampleFile() |
ScopePlayer.Type |
getType() |
void |
setAmplitude(float amplitude) |
public PlayerConfig()
public PlayerConfig(String id, String sampleFile, ScopePlayer.Type type, int maxVoices, float amplitude, String eventFilter)
public String getId()
public String getSampleFile()
public ScopePlayer.Type getType()
public String getEventFilter()
public int getMaxVoices()
public float getAmplitude()
public void setAmplitude(float amplitude)
Copyright © 2014–2017 openbase.org. All rights reserved.