de.clab.osami.conferencing.vlc.config.items
Class CaptureInfo

java.lang.Object
  extended by de.clab.osami.conferencing.vlc.config.items.CaptureInfo

public class CaptureInfo
extends java.lang.Object


Constructor Summary
CaptureInfo()
           
 
Method Summary
 int getCaching()
           
 java.lang.String getDevice()
           
 java.lang.String getProtocol()
           
 boolean isEnabled()
           
 void setCaching(int caching)
           
 void setDevice(java.lang.String device)
           
 void setEnabled(boolean enabled)
           
 void setProtocol(java.lang.String protocol)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptureInfo

public CaptureInfo()
Method Detail

getProtocol

public java.lang.String getProtocol()
Returns:
the protocol

setProtocol

public void setProtocol(java.lang.String protocol)
Parameters:
protocol - the protocol to set

getDevice

public java.lang.String getDevice()
Returns:
the device

setDevice

public void setDevice(java.lang.String device)
Parameters:
device - the device to set

getCaching

public int getCaching()
Returns:
the caching

setCaching

public void setCaching(int caching)
Parameters:
caching - the caching to set

isEnabled

public boolean isEnabled()
Returns:
the enabled

setEnabled

public void setEnabled(boolean enabled)
Parameters:
enabled - the enabled to set