Class Tailwind.StandardPipeLine

java.lang.Object
com.jackmeng.halcyoninae.tailwind.Tailwind.StandardPipeLine
All Implemented Interfaces:
Runnable
Enclosing class:
Tailwind

public class Tailwind.StandardPipeLine extends Object implements Runnable
A Pipeline strategy that intends to use the Java Sound API to play audio. This is also known as the standard pipeline in which Tailwind will default to, if some native components for other streaming strategies are unavaliable.
Since:
3.3
Author:
Jack Meng
  • Constructor Details

    • StandardPipeLine

      public StandardPipeLine()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable