mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
563 B
563 B
TranscodeSubtitlesProtocol
Indicates the network streaming protocol to be used for the transcode session: * 'http' - include the file in the http response such as MKV streaming * 'hls' - hls stream (RFC 8216) * 'dash' - dash stream (ISO/IEC 23009-1:2022)
Example Usage
import { TranscodeSubtitlesProtocol } from "@lukehagar/plexjs/models/operations";
let value: TranscodeSubtitlesProtocol = TranscodeSubtitlesProtocol.Dash;
Values
| Name | Value |
|---|---|
Http |
http |
Hls |
hls |
Dash |
dash |