Files
plexjs/docs/models/operations/transcodesubtitlesprotocol.md

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