de.clab.osami.conferencing.vlc.config.items
Class CaptureInfo
java.lang.Object
de.clab.osami.conferencing.vlc.config.items.CaptureInfo
public class CaptureInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptureInfo
public CaptureInfo()
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