Files
plexjs/docs/models/operations/reportstate.md

20 lines
389 B
Markdown

# ReportState
The current state of the media.
## Example Usage
```typescript
import { ReportState } from "@lukehagar/plexjs/models/operations";
let value: ReportState = ReportState.Playing;
```
## Values
| Name | Value |
| ----------- | ----------- |
| `Stopped` | stopped |
| `Buffering` | buffering |
| `Playing` | playing |
| `Paused` | paused |