com.teamdev.jxcapture.video.mac
Class LionVideoDevice

java.lang.Object
  extended by com.teamdev.jxcapture.MediaSource
      extended by com.teamdev.jxcapture.image.ImageSource
          extended by com.teamdev.jxcapture.video.VideoSource
              extended by com.teamdev.jxcapture.video.mac.LionVideoDevice

public class LionVideoDevice
extends VideoSource


Field Summary
 
Fields inherited from class com.teamdev.jxcapture.image.ImageSource
PROPERTY_SIZE
 
Fields inherited from class com.teamdev.jxcapture.MediaSource
PROPERTY_ACTIVE, PROPERTY_ENABLED, PROPERTY_NAME
 
Constructor Summary
LionVideoDevice(java.lang.String name, java.lang.String id, java.awt.Dimension dimension)
           
 
Method Summary
 void activate()
          Activates this media source.
 void deactivate()
          Deactivates this media source.
static java.util.List<VideoSource> getAvailableSources()
           
 java.lang.String getDeviceId()
           
 
Methods inherited from class com.teamdev.jxcapture.video.VideoSource
getAvailable
 
Methods inherited from class com.teamdev.jxcapture.image.ImageSource
getData, getSize, setSize
 
Methods inherited from class com.teamdev.jxcapture.MediaSource
addPropertyChangeListener, getName, getPropertyChangeSupport, isActive, isEnabled, release, removePropertyChangeListener, setEnabled, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LionVideoDevice

public LionVideoDevice(java.lang.String name,
                       java.lang.String id,
                       java.awt.Dimension dimension)
Method Detail

activate

public void activate()
Description copied from class: MediaSource
Activates this media source.

Overrides:
activate in class MediaSource

deactivate

public void deactivate()
Description copied from class: MediaSource
Deactivates this media source.

Overrides:
deactivate in class MediaSource

getDeviceId

public java.lang.String getDeviceId()

getAvailableSources

public static java.util.List<VideoSource> getAvailableSources()