cnrg.itx.datax.devices
Class NetworkClient

java.lang.Object
  |
  +--cnrg.itx.datax.devices.NetworkClient

public class NetworkClient
extends java.lang.Object

This class tests audio streaming over the network. This sample routine uses a NetworkSource and SpeakerDestination to play audio originating from a NetworkServer. Note that in creating the various destinations and sources, the remote source/destination sample size MUST equal the local source/destination sample size.

Usage: jview cnrg.itx.datax.devices.NetworkClient

See Also:
Channel, StreamSource, NetworkDestination, NetworkSource, SpeakerDestination

Field Summary
static int PORT
           
 
Constructor Summary
NetworkClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORT

public static int PORT
Constructor Detail

NetworkClient

public NetworkClient()
Method Detail

main

public static void main(java.lang.String[] args)