@fishjam-cloud/js-server-sdk - v0.29.0
    Preparing search index...

    Interface RecordingSource

    The source for the recording

    RecordingSource

    interface RecordingSource {
        compositionURL: string;
        outputId: string;
        scaleRatio?: number;
    }
    Index

    Properties

    compositionURL: string

    URL of the composition to record

    RecordingSource

    outputId: string

    Id of the output being recorded

    RecordingSource

    scaleRatio?: number

    Scale factor for the recording relative to the source output (>0; may upscale or downscale). Defaults to 1.

    RecordingSource