mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
447 B
447 B
TranscodeSubtitlesLocation
Network type of the client, can be used to help determine target bitrate.
Example Usage
import { TranscodeSubtitlesLocation } from "@lukehagar/plexjs/models/operations";
let value: TranscodeSubtitlesLocation = TranscodeSubtitlesLocation.Wan;
Values
| Name | Value |
|---|---|
Lan |
lan |
Wan |
wan |
Cellular |
cellular |