java.lang.Object
org.praxislive.base.AbstractComponent
org.praxislive.audio.impl.components.AudioOutput
All Implemented Interfaces:
org.praxislive.core.Component

public class AudioOutput extends org.praxislive.base.AbstractComponent
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.praxislive.core.ComponentInfo
     
    void
     
    void
    write(org.praxislive.core.TreeWriter writer)
     

    Methods inherited from class org.praxislive.base.AbstractComponent

    disconnectAll, findService, getAddress, getControl, getLookup, getParent, getPort, parentNotify, registerControl, registerPort, unregisterControl, unregisterPort, writeMeta, writeTypeAndInfo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AudioOutput

      public AudioOutput()
  • Method Details

    • hierarchyChanged

      public void hierarchyChanged()
      Specified by:
      hierarchyChanged in interface org.praxislive.core.Component
      Overrides:
      hierarchyChanged in class org.praxislive.base.AbstractComponent
    • getInfo

      public org.praxislive.core.ComponentInfo getInfo()
    • write

      public void write(org.praxislive.core.TreeWriter writer)
      Specified by:
      write in interface org.praxislive.core.Component
      Overrides:
      write in class org.praxislive.base.AbstractComponent