Class OpenBsdSoundCard

java.lang.Object
oshi.hardware.common.AbstractSoundCard
oshi.hardware.platform.unix.openbsd.OpenBsdSoundCard
All Implemented Interfaces:
SoundCard

@Immutable final class OpenBsdSoundCard extends AbstractSoundCard
OpenBSD soundcard.
  • Field Details

    • AUDIO_AT

      private static final Pattern AUDIO_AT
    • PCI_AT

      private static final Pattern PCI_AT
  • Constructor Details

    • OpenBsdSoundCard

      OpenBsdSoundCard(String kernelVersion, String name, String codec)
      Constructor for OpenBsdSoundCard.
      Parameters:
      kernelVersion - The version
      name - The name
      codec - The codec
  • Method Details

    • getSoundCards

      public static List<SoundCard> getSoundCards()

      getSoundCards.

      Returns:
      a List object.