mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 04:20:49 +00:00
17 lines
293 B
Markdown
17 lines
293 B
Markdown
# ProtocolParameter
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ProtocolParameter } from "@lukehagar/plexjs/models/shared";
|
|
|
|
let value: ProtocolParameter = ProtocolParameter.Dash;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------ | ------ |
|
|
| `Http` | http |
|
|
| `Hls` | hls |
|
|
| `Dash` | dash | |