Package com.teamdev.jxbrowser.capture
Interface CaptureSource
public interface CaptureSource
The source for a content capture session.
- Since:
- 7.20
-
Method Summary
-
Method Details
-
thumbnail
Returns aBitmap
that contains the image of the capture source. -
name
The name of the capture source.The name is not guaranteed to be unique.
-
type
Returns theCaptureSourceType
of this capture source.
-