Package com.teamdev.jxbrowser.cast
Class ScreenCastOptions.Builder
java.lang.Object
com.teamdev.jxbrowser.cast.ScreenCastOptions.Builder
- Enclosing interface:
- ScreenCastOptions
A builder of
ScreenCastOptions.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Returns a newScreenCastOptionsinstance built from the current state of this builder.Requests audio casting along with video.
-
Method Details
-
withAudio
Requests audio casting along with video.Important: for now, audio casting is available only on Windows.
-
build
Returns a newScreenCastOptionsinstance built from the current state of this builder.
-