@rendley/sdk - v1.15.19
    Preparing search index...

    Enumeration PreferredAcceleration

    Preferred hardware acceleration mode for WebCodecs decoders and encoders.

    Index

    Enumeration Members

    Enumeration Members

    HARDWARE: "prefer-hardware"

    Prefer a hardware codec; the pipeline falls back automatically when unsupported.

    NO_PREFERENCE: "no-preference"

    Let the browser choose.

    SOFTWARE: "prefer-software"

    Prefer a software codec.