# Protocol ## Example Usage ```typescript import { Protocol } from "@lukehagar/plexjs/sdk/models/shared"; let value: Protocol = Protocol.Dash; ``` ## Values | Name | Value | | ------ | ------ | | `Http` | http | | `Hls` | hls | | `Dash` | dash |