Files
plexjs/docs/models/shared/protocolparameter.md

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 |