Class ScreenCastOptions.Builder

java.lang.Object
com.teamdev.jxbrowser.cast.ScreenCastOptions.Builder
Enclosing interface:
ScreenCastOptions

public static final class ScreenCastOptions.Builder extends Object
A builder of ScreenCastOptions.
  • Method Details

    • withAudio

      public ScreenCastOptions.Builder withAudio()
      Requests audio casting alongside with video.

      Important: for now, audio casting is available only on Windows.

    • build

      public ScreenCastOptions build()
      Returns a new ScreenCastOptions instance built from the current state of this builder.