Uses of Class
com.teamdev.jxcapture.video.VideoSource

Packages that use VideoSource
com.teamdev.jxcapture   
com.teamdev.jxcapture.video   
com.teamdev.jxcapture.video.mac   
com.teamdev.jxcapture.video.win   
 

Uses of VideoSource in com.teamdev.jxcapture
 

Subclasses of VideoSource in com.teamdev.jxcapture
 class UIElementSource
          This class represents UIElement video source.
 

Methods in com.teamdev.jxcapture that return VideoSource
 VideoSource VideoCapture.getVideoSource()
          Returns the specified video source.
 

Methods in com.teamdev.jxcapture with parameters of type VideoSource
 void VideoCapture.setVideoSource(VideoSource videoSource)
          Specifies video source for recording.
 

Constructors in com.teamdev.jxcapture with parameters of type VideoSource
VideoCapture(VideoSource source)
          Creates new video capture for the specified video source.
 

Uses of VideoSource in com.teamdev.jxcapture.video
 

Subclasses of VideoSource in com.teamdev.jxcapture.video
 class Desktop
          This class represents a desktop video source.
 class FullScreen
          Represents Full Screen video source.
 class WindowSource
          This class represents a window video source.
 

Methods in com.teamdev.jxcapture.video that return types with arguments of type VideoSource
static java.util.List<VideoSource> VideoSource.getAvailable()
          Returns the list of available video source devices.
 

Uses of VideoSource in com.teamdev.jxcapture.video.mac
 

Subclasses of VideoSource in com.teamdev.jxcapture.video.mac
 class LionVideoDevice
           
 

Methods in com.teamdev.jxcapture.video.mac that return types with arguments of type VideoSource
static java.util.List<VideoSource> LionVideoDevice.getAvailableSources()
           
 

Methods in com.teamdev.jxcapture.video.mac with parameters of type VideoSource
 void SnowLeopardVideoCapture.initNativeController(VideoSource source, boolean withSound)
           
protected  void LionVideoCapture.initNativeController(VideoSource source, boolean withSound)
           
 

Constructors in com.teamdev.jxcapture.video.mac with parameters of type VideoSource
LionVideoCapture(VideoSource videoSource)
          Creates video capture instance.
SnowLeopardVideoCapture(VideoSource videoSource)
          Creates video capture instance.
 

Uses of VideoSource in com.teamdev.jxcapture.video.win
 

Subclasses of VideoSource in com.teamdev.jxcapture.video.win
 class VideoCaptureImpl
          DirectShow implementation of VideoSource class for video capture device.
 

Methods in com.teamdev.jxcapture.video.win that return types with arguments of type VideoSource
static java.util.List<VideoSource> VideoCaptureImpl.getVideoCaptureSources()
           
 

Constructors in com.teamdev.jxcapture.video.win with parameters of type VideoSource
BaseDirectShowCapture(VideoSource videoSource)