| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSoundCard
An abstract Sound Card
|
| Modifier and Type | Method and Description |
|---|---|
SoundCard[] |
HardwareLayer.getSoundCards()
Instantiates an array of
SoundCard objects,
representing the Sound cards. |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxSoundCard
Sound card data obtained via /proc/asound directory
|
| Modifier and Type | Method and Description |
|---|---|
SoundCard[] |
LinuxHardwareLayer.getSoundCards() |
| Modifier and Type | Class and Description |
|---|---|
class |
MacSoundCard
Sound card data obtained via system_profiler
|
| Modifier and Type | Method and Description |
|---|---|
SoundCard[] |
MacHardwareLayer.getSoundCards() |
| Modifier and Type | Class and Description |
|---|---|
class |
FreeBsdSoundCard
FreeBSD soundcard.
|
| Modifier and Type | Method and Description |
|---|---|
SoundCard[] |
FreeBsdHardwareLayer.getSoundCards() |
| Modifier and Type | Method and Description |
|---|---|
static List<SoundCard> |
FreeBsdSoundCard.getSoundCards()
getSoundCards.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SolarisSoundCard
Solaris Sound Card.
|
| Modifier and Type | Method and Description |
|---|---|
SoundCard[] |
SolarisHardwareLayer.getSoundCards() |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsSoundCard
Sound Card data obtained from registry
|
| Modifier and Type | Method and Description |
|---|---|
SoundCard[] |
WindowsHardwareLayer.getSoundCards() |
Copyright © 2019. All rights reserved.