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

    Interface Mp4Input

    Input stream from an MP4 file.

    Mp4Input

    interface Mp4Input {
        loop?: null | boolean;
        type: "mp4";
        url: string;
    }
    Index

    Properties

    Properties

    loop?: null | boolean

    (default=false) If input should be played in the loop. Added in v0.4.0

    Mp4Input

    type: "mp4"

    Mp4Input

    url: string

    URL of the MP4 file.

    Mp4Input