mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
389 B
389 B
ReportState
The current state of the media.
Example Usage
import { ReportState } from "@lukehagar/plexjs/models/operations";
let value: ReportState = ReportState.Playing;
Values
| Name | Value |
|---|---|
Stopped |
stopped |
Buffering |
buffering |
Playing |
playing |
Paused |
paused |