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

    Interface UpdateOutputRequest

    UpdateOutputRequest

    interface UpdateOutputRequest {
        audio?: null | AudioScene;
        scheduleTimeMs?: null | number;
        video?: null | VideoScene;
    }
    Index

    Properties

    audio?: null | AudioScene

    UpdateOutputRequest

    scheduleTimeMs?: null | number

    UpdateOutputRequest

    video?: null | VideoScene

    UpdateOutputRequest