Uses of Class
com.github.kokorin.jaffree.ffmpeg.CaptureInput
Packages that use CaptureInput
-
Uses of CaptureInput in com.github.kokorin.jaffree.ffmpeg
Classes in com.github.kokorin.jaffree.ffmpeg with type parameters of type CaptureInputModifier and TypeClassDescriptionclassCaptureInput<T extends CaptureInput<T>>This Input provides a live capture of your computer desktop as source.Subclasses of CaptureInput in com.github.kokorin.jaffree.ffmpegModifier and TypeClassDescriptionstatic classstatic classInputimplementation for AVFoundation capture device.static classInputimplementation for Direct Show capture device.static classInputimplementation for GDI Grab capture device.Methods in com.github.kokorin.jaffree.ffmpeg that return CaptureInputModifier and TypeMethodDescriptionstatic CaptureInput<?> CaptureInput.captureDesktop()CreatesCaptureInputwith automatically selected capture device.abstract CaptureInput<T> CaptureInput.setCaptureCursor(boolean captureCursor) Instructs ffmpeg to capture mouse cursor.CaptureInput.setCaptureFrameRate(Number value) Set capture frame rate.abstract CaptureInput<T> CaptureInput.setCaptureVideoOffset(int xOffset, int yOffset) Sets the video region offsets.CaptureInput.setCaptureVideoSize(int width, int height) Set the video size in the captured video.CaptureInput.setCaptureVideoSize(String size) Sets the video size in the captured video given as aStringsuch as 640x480 or hd720.