Package com.teamdev.jxbrowser.cast
Interface ScreenCastOptions
public interface ScreenCastOptions
Configuration options for screen casting.
- Since:
- 7.29
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScreenCastOptions.Builder
newBuilder
(Screen screen) Creates a newScreenCastOptions
builder.default boolean
Returnstrue
if audio casting has been requested alongside with video.
-
Method Details
-
newBuilder
Creates a newScreenCastOptions
builder.- Parameters:
screen
- a screen whose content will be cast
-
withAudio
default boolean withAudio()Returnstrue
if audio casting has been requested alongside with video.
-