Uses of Class
com.teamdev.jxcapture.VideoCapture

Packages that use VideoCapture
com.teamdev.jxcapture   
com.teamdev.jxcapture.video.linux   
com.teamdev.jxcapture.video.mac   
com.teamdev.jxcapture.video.win   
 

Uses of VideoCapture in com.teamdev.jxcapture
 

Methods in com.teamdev.jxcapture that return VideoCapture
static VideoCapture VideoCapture.create()
          Constructs video capture object for a native video format.
static VideoCapture VideoCapture.create(VideoFormat videoFormat)
          Constructs video capture instance object for the specified video format.
 

Uses of VideoCapture in com.teamdev.jxcapture.video.linux
 

Subclasses of VideoCapture in com.teamdev.jxcapture.video.linux
 class LinuxVideoCapture
           
 

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

Subclasses of VideoCapture in com.teamdev.jxcapture.video.mac
 class LionVideoCapture
          This class provides video capturing functionality for MAC OS X 10.7 and higher
 class SnowLeopardVideoCapture
          This class provides video capturing functionality for MAC OS X 10.5 and 10.6
 

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

Subclasses of VideoCapture in com.teamdev.jxcapture.video.win
 class AVICapture
          Provides implementation of screen video capture to AVI format.
 class BaseDirectShowCapture
          Base implementation of DirectShow screen video capture.
 class WMVCapture
          Provides implementation of screen video capture to WMV format.