cnrg.itx.datax.devices
Class NetworkServer
java.lang.Object
|
+--cnrg.itx.datax.devices.NetworkServer
- public class NetworkServer
- extends java.lang.Object
This class tests audio streaming over the network. This sample routine uses a MicrophoneSource
and a SpeakerDestination to stream audio to a NetworkClient. 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.NetworkServer [client host name]
- See Also:
Channel
,
StreamSource
,
NetworkDestination
,
NetworkSource
,
SpeakerDestination
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 |
NUM_ARGS
public static int NUM_ARGS
NetworkServer
public NetworkServer()
main
public static void main(java.lang.String[] args)