@jellyfin/sdk
    Preparing search index...

    Variable EmbeddedSubtitleOptionsConst

    EmbeddedSubtitleOptions: {
        AllowAll: "AllowAll";
        AllowImage: "AllowImage";
        AllowNone: "AllowNone";
        AllowText: "AllowText";
    } = ...

    An enum representing the options to disable embedded subs.

    Type Declaration

    • ReadonlyAllowAll: "AllowAll"
    • ReadonlyAllowImage: "AllowImage"
    • ReadonlyAllowNone: "AllowNone"
    • ReadonlyAllowText: "AllowText"