@jellyfin/sdk
    Preparing search index...

    Variable DownMixStereoAlgorithmsConst

    DownMixStereoAlgorithms: {
        Ac4: "Ac4";
        Dave750: "Dave750";
        NightmodeDialogue: "NightmodeDialogue";
        None: "None";
        Rfc7845: "Rfc7845";
    } = ...

    An enum representing an algorithm to downmix surround sound to stereo.

    Type Declaration

    • ReadonlyAc4: "Ac4"
    • ReadonlyDave750: "Dave750"
    • ReadonlyNightmodeDialogue: "NightmodeDialogue"
    • ReadonlyNone: "None"
    • ReadonlyRfc7845: "Rfc7845"