Package com.portaudio

Class HostApiInfo


  • public class HostApiInfo
    extends java.lang.Object
    Equivalent to PaHostApiInfo
    Author:
    Phil Burk
    See Also:
    PortAudio, DeviceInfo
    • Constructor Summary

      Constructors 
      Constructor Description
      HostApiInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • version

        public int version
      • type

        public int type
      • name

        public java.lang.String name
      • deviceCount

        public int deviceCount
      • defaultInputDevice

        public int defaultInputDevice
      • defaultOutputDevice

        public int defaultOutputDevice
    • Constructor Detail

      • HostApiInfo

        public HostApiInfo()