mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
769 B
769 B
AdvancedSubtitles
Example Usage
import { AdvancedSubtitles } from "@lukehagar/plexjs/models/operations";
let value: AdvancedSubtitles = AdvancedSubtitles.Auto;
Values
This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.
| Name | Value |
|---|---|
Auto |
auto |
Burn |
burn |
None |
none |
Sidecar |
sidecar |
Embedded |
embedded |
Segmented |
segmented |
| - | Unrecognized<string> |