Package com.portaudio

Class StreamInfo


  • public class StreamInfo
    extends java.lang.Object
    Equivalent to PaStreamInfo
    Author:
    Phil Burk
    See Also:
    PortAudio
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • structVersion

        public int structVersion
      • outputLatency

        public double outputLatency
      • inputLatency

        public double inputLatency
      • sampleRate

        public double sampleRate
    • Constructor Detail

      • StreamInfo

        public StreamInfo()