# 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 |