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

    Interface AudioRangeExportOptions

    Configures audio-only export for a specific timeline range.

    interface AudioRangeExportOptions {
        audioFormat?: AudioExtensions;
        excludeClipIds?: string[];
        from?: number;
        includeClipIds?: string[];
        to?: number;
    }
    Index

    Properties

    audioFormat?: AudioExtensions

    Audio file extension to generate.

    excludeClipIds?: string[]

    Omits audio produced by the listed clips from the export.

    from?: number

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

    includeClipIds?: string[]

    Restricts the export to audio produced by the listed clips.

    to?: number

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