public interface ScreenCastOptions
Browser.castScreen(MediaReceiver, ScreenCastOptions)
Modifier and Type | Interface and Description |
---|---|
static class |
ScreenCastOptions.Builder
A builder of
ScreenCastOptions . |
Modifier and Type | Method and Description |
---|---|
static ScreenCastOptions.Builder |
newBuilder(Screen screen)
Creates a new
ScreenCastOptions builder. |
default boolean |
withAudio()
Returns
true if audio casting has been requested alongside with video. |
static ScreenCastOptions.Builder newBuilder(Screen screen)
ScreenCastOptions
builder.screen
- a screen whose content will be castdefault boolean withAudio()
true
if audio casting has been requested alongside with video.