27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [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) | |
|
||
|
|