Interface ScreenCastOptions


public interface ScreenCastOptions
Configuration options for screen casting.
Since:
7.29
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A builder of ScreenCastOptions.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new ScreenCastOptions builder.
    default boolean
    Returns true if audio casting has been requested alongside with video.
  • Method Details

    • newBuilder

      static ScreenCastOptions.Builder newBuilder(Screen screen)
      Creates a new ScreenCastOptions builder.
      Parameters:
      screen - a screen whose content will be cast
    • withAudio

      default boolean withAudio()
      Returns true if audio casting has been requested alongside with video.