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.
This package contains classes, that allow managing the screencast process.
-
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 newScreenCastOptionsinstance built from the current state of this builder.