local.ua
Class VICLauncher

java.lang.Object
  |
  +--local.ua.VICLauncher
All Implemented Interfaces:
MediaLauncher

public class VICLauncher
extends java.lang.Object
implements MediaLauncher

VIC launcher


Constructor Summary
VICLauncher(java.lang.String vic_comm, int local_port, java.lang.String remote_addr, int remote_port, org.zoolu.tools.Log logger)
          Costructs the VIC launcher attributes is a Vector of the sdp media attributes
 
Method Summary
 boolean startMedia()
          Starts media application
 boolean stopMedia()
          Stops media application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VICLauncher

public VICLauncher(java.lang.String vic_comm,
                   int local_port,
                   java.lang.String remote_addr,
                   int remote_port,
                   org.zoolu.tools.Log logger)
Costructs the VIC launcher

attributes is a Vector of the sdp media attributes

Method Detail

startMedia

public boolean startMedia()
Starts media application
Specified by:
startMedia in interface MediaLauncher

stopMedia

public boolean stopMedia()
Stops media application
Specified by:
stopMedia in interface MediaLauncher