mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
760 B
760 B
StreamDecision
Example Usage
import { StreamDecision } from "@lukehagar/plexjs/models/shared";
let value: StreamDecision = StreamDecision.Unavailable;
Values
This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.
| Name | Value |
|---|---|
Copy |
copy |
Transcode |
transcode |
Burn |
burn |
Unavailable |
unavailable |
Ignore |
ignore |
None |
none |
| - | Unrecognized<string> |