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

19 lines
423 B
Markdown

# MakeDecisionLocation
Network type of the client, can be used to help determine target bitrate.
## Example Usage
```typescript
import { MakeDecisionLocation } from "@lukehagar/plexjs/models/operations";
let value: MakeDecisionLocation = MakeDecisionLocation.Wan;
```
## Values
| Name | Value |
| ---------- | ---------- |
| `Lan` | lan |
| `Wan` | wan |
| `Cellular` | cellular |