public class IniJSIDDeviceAudioSection extends IniSection
iniReader
Constructor and Description |
---|
IniJSIDDeviceAudioSection(IniReader iniReader) |
Modifier and Type | Method and Description |
---|---|
int |
getDevice() |
SamplingRate |
getSamplingRate()
Getter of the Playback/Recording frequency.
|
void |
setDevice(int device) |
void |
setSamplingRate(SamplingRate samplingRate)
Setter of the Playback/Recording frequency.
|
public IniJSIDDeviceAudioSection(IniReader iniReader)
public int getDevice()
public void setDevice(int device)
public final SamplingRate getSamplingRate()
public final void setSamplingRate(SamplingRate samplingRate)
samplingRate
- Playback/Recording frequencyCopyright © 2018 Ken Händel. All rights reserved.