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

    Interface ExportCodecRungSupport

    Support for one rung (RFC string) of a codec's fallback ladder at the probed export size.

    interface ExportCodecRungSupport {
        forced: boolean;
        label: string;
        rfc: string;
        supported: boolean;
    }
    Index

    Properties

    forced: boolean

    true when this rung is the user-forced RFC string.

    label: string
    rfc: string

    RFC 6381 codec string.

    supported: boolean

    Whether ANY encoder configuration (bitrate mode × acceleration ladder) works for this rung.