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

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

public class VideoCaptureInfo
extends java.lang.Object


Constructor Summary
VideoCaptureInfo()
           
 
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

VideoCaptureInfo

public VideoCaptureInfo()
Method Detail

getCaching

public int getCaching()
Returns:
See Also:
CaptureInfo.getCaching()

getDevice

public java.lang.String getDevice()
Returns:
See Also:
CaptureInfo.getDevice()

getProtocol

public java.lang.String getProtocol()
Returns:
See Also:
CaptureInfo.getProtocol()

isEnabled

public boolean isEnabled()
Returns:
See Also:
CaptureInfo.isEnabled()

setCaching

public void setCaching(int caching)
Parameters:
caching -
See Also:
CaptureInfo.setCaching(int)

setDevice

public void setDevice(java.lang.String device)
Parameters:
device -
See Also:
CaptureInfo.setDevice(java.lang.String)

setEnabled

public void setEnabled(boolean enabled)
Parameters:
enabled -
See Also:
CaptureInfo.setEnabled(boolean)

setProtocol

public void setProtocol(java.lang.String protocol)
Parameters:
protocol -
See Also:
CaptureInfo.setProtocol(java.lang.String)