@jellyfin/sdk
    Preparing search index...

    Variable SubtitleDeliveryMethodConst

    SubtitleDeliveryMethod: {
        Drop: "Drop";
        Embed: "Embed";
        Encode: "Encode";
        External: "External";
        Hls: "Hls";
    } = ...

    Delivery method to use during playback of a specific subtitle format.

    Type Declaration

    • ReadonlyDrop: "Drop"
    • ReadonlyEmbed: "Embed"
    • ReadonlyEncode: "Encode"
    • ReadonlyExternal: "External"
    • ReadonlyHls: "Hls"