Package ipsk.audio

Interface AudioPlugin

    • Method Detail

      • getSupportedInputFormats

        javax.sound.sampled.AudioFormat[] getSupportedInputFormats()
      • getSupportedOutputFormats

        javax.sound.sampled.AudioFormat[] getSupportedOutputFormats​(javax.sound.sampled.AudioFormat inputFormat)
      • isInputFormatSupported

        boolean isInputFormatSupported​(javax.sound.sampled.AudioFormat inputFormat)
      • isOutputFormatSupported

        boolean isOutputFormatSupported​(javax.sound.sampled.AudioFormat inputFormat,
                                        javax.sound.sampled.AudioFormat outputFormat)
      • getInputFormat

        javax.sound.sampled.AudioFormat getInputFormat()
      • getOutputFormat

        javax.sound.sampled.AudioFormat getOutputFormat()
      • getControls

        javax.sound.sampled.Control[] getControls()