puppeteer/new-docs/puppeteer.protocol.cast.md
2020-07-13 14:01:35 +01:00

27 lines
1.2 KiB
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Cast](./puppeteer.protocol.cast.md)
## Protocol.Cast namespace
A domain for interacting with Cast, Presentation API, and Remote Playback API functionalities.
<b>Signature:</b>
```typescript
export namespace Cast
```
## Interfaces
| Interface | Description |
| --- | --- |
| [EnableRequest](./puppeteer.protocol.cast.enablerequest.md) | |
| [IssueUpdatedEvent](./puppeteer.protocol.cast.issueupdatedevent.md) | This is fired whenever the outstanding issue/error message changes. \|issueMessage\| is empty if there is no issue. |
| [SetSinkToUseRequest](./puppeteer.protocol.cast.setsinktouserequest.md) | |
| [Sink](./puppeteer.protocol.cast.sink.md) | |
| [SinksUpdatedEvent](./puppeteer.protocol.cast.sinksupdatedevent.md) | 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](./puppeteer.protocol.cast.starttabmirroringrequest.md) | |
| [StopCastingRequest](./puppeteer.protocol.cast.stopcastingrequest.md) | |