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

    Interface ExportOptions

    Configures a standard project export.

    interface ExportOptions {
        audioFormat?: AudioExtensions;
        from?: number;
        resolutionScale?: number;
        to?: number;
        type?: ExportVideoType;
    }
    Index

    Properties

    audioFormat?: AudioExtensions

    Audio container or codec extension to use when exporting audio-only output.

    from?: number

    Timeline start time, in seconds, for the exported range.

    resolutionScale?: number

    Multiplier applied to the project resolution during export.

    to?: number

    Timeline end time, in seconds, for the exported range.

    Combination of audio and video streams to include in the export.