Package oshi.hardware

Interface SoundCard

All Known Implementing Classes:
AbstractSoundCard

@Immutable public interface SoundCard
SoundCard interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the codec of the Sound card
    Retrieves the driver version currently in use in machine
    Retrieves the full name of the card.
  • Method Details

    • getDriverVersion

      String getDriverVersion()
      Retrieves the driver version currently in use in machine
      Returns:
      The current and complete name of the driver version
    • getName

      String getName()
      Retrieves the full name of the card.
      Returns:
      The name of the card.
    • getCodec

      String getCodec()
      Retrieves the codec of the Sound card
      Returns:
      The name of the codec of the sound card