mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
817 B
817 B
GetPlaylistGeneratorSubtitles
Example Usage
import { GetPlaylistGeneratorSubtitles } from "@lukehagar/plexjs/models/operations";
let value: GetPlaylistGeneratorSubtitles = GetPlaylistGeneratorSubtitles.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> |