Package com.limelight.binding.audio

Examples of com.limelight.binding.audio.JavaxAudioRenderer


  /**
   * Gets an instance of an audio decoder/renderer.
   * @return an audio decoder and renderer
   */
  public static AudioRenderer getAudioRenderer() {
    return new JavaxAudioRenderer();
  }
View Full Code Here

TOP

Related Classes of com.limelight.binding.audio.JavaxAudioRenderer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.