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 newScreenCastOptions
instance built from the current state of this builder.Requests audio casting alongside with video.
-
Method Details
-
withAudio
Requests audio casting alongside with video.Important: for now, audio casting is available only on Windows.
-
build
Returns a newScreenCastOptions
instance built from the current state of this builder.
-