Package | Description |
---|---|
builder.netsiddev.commands | |
builder.resid.resample | |
libsidplay.common | |
libsidplay.config | |
server.netsiddev | |
sidplay.ini | |
ui.entities.config |
Constructor and Description |
---|
TrySetSampling(SamplingMethod sampling) |
Modifier and Type | Method and Description |
---|---|
static Resampler |
Resampler.createResampler(double clockFrequency,
SamplingMethod method,
double samplingFrequency,
double highestAccurateFrequency)
Setting of SID sampling parameters.
|
Modifier and Type | Method and Description |
---|---|
static SamplingMethod |
SamplingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamplingMethod[] |
SamplingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SamplingMethod |
IAudioSection.getSampling()
Getter of the sampling method.
|
Modifier and Type | Method and Description |
---|---|
void |
IAudioSection.setSampling(SamplingMethod method)
Setter of the sampling method.
|
Modifier and Type | Method and Description |
---|---|
void |
AudioGeneratorThread.setSampling(SamplingMethod samplingMethod)
Set quality of audio output.
|
Modifier and Type | Field and Description |
---|---|
static SamplingMethod |
IniDefaults.DEFAULT_SAMPLING |
Modifier and Type | Method and Description |
---|---|
SamplingMethod |
IniAudioSection.getSampling()
Getter of the sampling method.
|
Modifier and Type | Method and Description |
---|---|
void |
IniAudioSection.setSampling(SamplingMethod method)
Setter of the sampling method.
|
Modifier and Type | Method and Description |
---|---|
SamplingMethod |
AudioSection.getSampling()
Gets the value of the property sampling.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<SamplingMethod> |
AudioSection.samplingProperty() |
Modifier and Type | Method and Description |
---|---|
void |
AudioSection.setSampling(SamplingMethod method)
Sets the value of the property sampling.
|
Copyright © 2018 Ken Händel. All rights reserved.