| Package | Description |
|---|---|
| libsidplay.common | |
| libsidplay.config | |
| server.netsiddev.ini | |
| sidplay.ini | |
| ui.entities.config |
| Modifier and Type | Method and Description |
|---|---|
static SamplingRate |
SamplingRate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamplingRate[] |
SamplingRate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SamplingRate |
IAudioSection.getSamplingRate()
Getter of the Playback/Recording frequency.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAudioSection.setSamplingRate(SamplingRate sampligRate)
Setter of the sampling rate.
|
| Modifier and Type | Method and Description |
|---|---|
SamplingRate |
IniJSIDDeviceAudioSection.getSamplingRate()
Getter of the Playback/Recording frequency.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IniJSIDDeviceAudioSection.setSamplingRate(SamplingRate samplingRate)
Setter of the Playback/Recording frequency.
|
| Modifier and Type | Field and Description |
|---|---|
static SamplingRate |
IniDefaults.DEFAULT_SAMPLING_RATE |
| Modifier and Type | Method and Description |
|---|---|
SamplingRate |
IniAudioSection.getSamplingRate()
Getter of the Playback/Recording frequency.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IniAudioSection.setSamplingRate(SamplingRate samplingRate)
Setter of the Playback/Recording frequency.
|
| Modifier and Type | Method and Description |
|---|---|
SamplingRate |
AudioSection.getSamplingRate()
Gets the value of the property samplingRate.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ObjectProperty<SamplingRate> |
AudioSection.samplingRateProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
AudioSection.setSamplingRate(SamplingRate samplingRate)
Sets the value of the property samplingRate.
|
Copyright © 2018 Ken Händel. All rights reserved.