pl.wendigo.chrome.api.cast

Package pl.wendigo.chrome.api.cast

Contains DevTools Protocol Cast domain implementation accessible via CastOperations class.

Types

CastOperations

class CastOperations

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

EnableRequest

data class EnableRequest

Represents request frame that can be used with Cast#enable operation call.

IssueUpdatedEvent

data class IssueUpdatedEvent : Event

This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue.

SetSinkToUseRequest

data class SetSinkToUseRequest

Represents request frame that can be used with Cast#setSinkToUse operation call.

Sink

data class Sink

SinksUpdatedEvent

data class SinksUpdatedEvent : Event

This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.

StartTabMirroringRequest

data class StartTabMirroringRequest

Represents request frame that can be used with Cast#startTabMirroring operation call.

StopCastingRequest

data class StopCastingRequest

Represents request frame that can be used with Cast#stopCasting operation call.