Package | Description |
---|---|
builder.hardsid | |
builder.netsiddev | |
builder.resid | |
builder.sidblaster | |
libsidplay.common | |
sidplay | |
sidplay.audio |
Modifier and Type | Method and Description |
---|---|
void |
HardSIDBuilder.setAudioDriver(AudioDriver audioDriver) |
Modifier and Type | Method and Description |
---|---|
void |
NetSIDDevBuilder.setAudioDriver(AudioDriver audioDriver) |
Modifier and Type | Method and Description |
---|---|
void |
SIDMixer.setAudioDriver(AudioDriver audioDriver) |
Modifier and Type | Method and Description |
---|---|
void |
SidBlasterBuilder.setAudioDriver(AudioDriver audioDriver) |
Modifier and Type | Method and Description |
---|---|
void |
Mixer.setAudioDriver(AudioDriver audioDriver)
Set audio driver for mixing
|
Modifier and Type | Method and Description |
---|---|
void |
Player.setAudioDriver(AudioDriver audioDriver)
Set alternative audio driver (not contained in
Audio ). |
Modifier and Type | Interface and Description |
---|---|
interface |
VideoDriver |
Modifier and Type | Class and Description |
---|---|
class |
CmpMP3File
Sound driver to listen to emulation and MP3 recording in parallel.
|
class |
JavaSound |
class |
MP3Driver
Abstract base class to output an MP3 encoded tune to an output stream.
|
static class |
MP3Driver.MP3File
File based driver to create a MP3 file.
|
static class |
MP3Driver.MP3Stream
Driver to write into an MP3 encoded output stream.
|
class |
MP4Driver |
class |
ProxyDriver
Proxy driver to use two different sound or video drivers at the same time.
|
class |
WavFile
File based driver to create a WAV file.
|
Modifier and Type | Method and Description |
---|---|
AudioDriver |
Audio.getAudioDriver()
Get audio driver.
|
AudioDriver |
Audio.getAudioDriver(IAudioSection audioSection,
SidTune tune)
Get audio driver for tune.
|
AudioDriver |
ProxyDriver.getDriverOne() |
AudioDriver |
ProxyDriver.getDriverTwo() |
Constructor and Description |
---|
ProxyDriver(AudioDriver driver1,
AudioDriver driver2)
Create a proxy driver
|
Copyright © 2018 Ken Händel. All rights reserved.