cdp-0.0.2.0: A library for the Chrome Devtools Protocol
Safe HaskellNone
LanguageHaskell2010

CDP.Domains.Cast

Description

Cast

A domain for interacting with Cast, Presentation API, and Remote Playback API functionalities.

Synopsis

Documentation

data PCastStartDesktopMirroring Source #

Starts mirroring the desktop to the sink.

Parameters of the startDesktopMirroring command.

data PCastSetSinkToUse Source #

Sets a sink to be used when the web page requests the browser to choose a sink via Presentation API, Remote Playback API, or Cast SDK.

Parameters of the setSinkToUse command.

data PCastDisable Source #

Stops observing for sinks and issues.

Parameters of the disable command.

Constructors

PCastDisable 

data PCastEnable Source #

Starts observing for sinks that can be used for tab mirroring, and if set, sinks compatible with |presentationUrl| as well. When sinks are found, a |sinksUpdated| event is fired. Also starts observing for issue messages. When an issue is added or removed, an |issueUpdated| event is fired.

Parameters of the enable command.

data CastSink Source #

Type Sink.

Constructors

CastSink 

Fields

Instances

Instances details
Eq CastSink Source # 
Instance details

Defined in CDP.Domains.Cast

Show CastSink Source # 
Instance details

Defined in CDP.Domains.Cast

ToJSON CastSink Source # 
Instance details

Defined in CDP.Domains.Cast

FromJSON CastSink Source # 
Instance details

Defined in CDP.Domains.Cast