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

19 lines
459 B
Markdown

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