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

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