Package oshi.hardware

Interface SoundCard

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCodec()
      Retrieves the codec of the Sound card
      java.lang.String getDriverVersion()
      Retrieves the driver version currently in use in machine
      java.lang.String getName()
      Retrieves the full name of the card.
    • Method Detail

      • getDriverVersion

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

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

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