eligius
    Preparing search index...

    Interface VideoPositionSourceConfig

    Configuration for VideoPositionSource.

    interface VideoPositionSourceConfig {
        options?: Record<string, unknown>;
        selector: string;
        sources: VideoSource[];
    }
    Index

    Properties

    options?: Record<string, unknown>

    Optional video.js player options.

    selector: string

    CSS selector for the container where the video player will be created.

    sources: VideoSource[]

    Video sources to load.