Uses of Interface
com.teamdev.jxbrowser.cast.ScreenCastOptions
Packages that use ScreenCastOptions
Package
Description
This package provides the classes that allow you to work with browsers.
-
Uses of ScreenCastOptions in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser with parameters of type ScreenCastOptionsModifier and TypeMethodDescriptionBrowser.castScreen
(MediaReceiver receiver, ScreenCastOptions options) Starts casting the screen's content to the mediareceiver
. -
Uses of ScreenCastOptions in com.teamdev.jxbrowser.cast
Methods in com.teamdev.jxbrowser.cast that return ScreenCastOptionsModifier and TypeMethodDescriptionScreenCastOptions.Builder.build()
Returns a newScreenCastOptions
instance built from the current state of this builder.