Class AudioPort.Output

java.lang.Object
org.praxislive.audio.AudioPort
org.praxislive.audio.AudioPort.Output
All Implemented Interfaces:
org.praxislive.core.Port
Direct Known Subclasses:
DefaultAudioOutputPort
Enclosing class:
AudioPort

public abstract static class AudioPort.Output extends AudioPort
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.praxislive.audio.AudioPort

    AudioPort.Input, AudioPort.Output, AudioPort.Provider

    Nested classes/interfaces inherited from interface org.praxislive.core.Port

    org.praxislive.core.Port.Type<T extends org.praxislive.core.Port>, org.praxislive.core.Port.TypeProvider
  • Field Summary

    Fields inherited from interface org.praxislive.core.Port

    IN, OUT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Output(org.praxislive.core.types.PMap properties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final void
    breakConnection(AudioPort.Input port, org.jaudiolibs.pipes.Pipe source)
     
    final org.praxislive.core.PortInfo
     
    protected final void
    makeConnection(AudioPort.Input port, org.jaudiolibs.pipes.Pipe source)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.praxislive.core.Port

    addListener, connect, connections, disconnect, disconnectAll, isConnectedTo, removeListener
  • Constructor Details

    • Output

      public Output()
    • Output

      public Output(org.praxislive.core.types.PMap properties)
  • Method Details

    • getInfo

      public final org.praxislive.core.PortInfo getInfo()
    • makeConnection

      protected final void makeConnection(AudioPort.Input port, org.jaudiolibs.pipes.Pipe source) throws org.praxislive.core.PortConnectionException
      Throws:
      org.praxislive.core.PortConnectionException
    • breakConnection

      protected final void breakConnection(AudioPort.Input port, org.jaudiolibs.pipes.Pipe source)