org.red5.server.midi
Class Test

java.lang.Object
  extended by org.red5.server.midi.Test

public class Test
extends Object


Nested Class Summary
static class Test.MyReceiver
           
 
Field Summary
protected static Logger log
           
 
Constructor Summary
Test()
          Constructs a new Test.
 
Method Summary
static MidiDevice getMidiDevice(String name)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Logger log
Constructor Detail

Test

public Test()
     throws Exception
Constructs a new Test.

Throws:
Exception - if it feels like it.
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

getMidiDevice

public static MidiDevice getMidiDevice(String name)


Copyright © 2006-2012 The Red5 Project