eligius
    Preparing search index...

    Interface VideoSource

    Video source configuration for VideoPositionSource.

    interface VideoSource {
        src: string;
        type: string;
    }
    Index

    Properties

    Properties

    src: string

    URL of the video file.

    type: string

    MIME type of the video (e.g., 'video/mp4').