@musallam/audio-video-client
    Preparing search index...

    Type Alias TemplateRenderRequestOutputsItem

    type TemplateRenderRequestOutputsItem = {
        fileName?: string;
        presetIndex: number;
        variationIndex: number;
    }
    Index

    Properties

    fileName?: string

    Optional custom file name for the output.

    presetIndex: number

    Zero-based index of the preset in the presets array.

    variationIndex: number

    Zero-based index of the variation to render.