Class BufferedPlayer

java.lang.Object
  extended by BufferedPlayer

public class BufferedPlayer
extends Object


Field Summary
private static AudioFormat format
           
private static SourceDataLine line
           
private static org.apache.log4j.Logger logger
           
private static AudioInputStream stream
           
 
Constructor Summary
BufferedPlayer()
           
 
Method Summary
private static void checkDuration()
           
private static void createInput(String fnm)
           
private static void createOutput()
           
static void main(String[] args)
           
private static void play()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static final org.apache.log4j.Logger logger

stream

private static AudioInputStream stream

format

private static AudioFormat format

line

private static SourceDataLine line
Constructor Detail

BufferedPlayer

public BufferedPlayer()
Method Detail

main

public static void main(String[] args)

checkDuration

private static void checkDuration()

createInput

private static void createInput(String fnm)

createOutput

private static void createOutput()

play

private static void play()


Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.