Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface TileVideoData

    interface TileVideoData {
        autoplay: boolean;
        loop: boolean;
        volume: number;
    }
    Index

    Properties

    Properties

    autoplay: boolean

    Should the video play automatically?

    loop: boolean

    Automatically loop the video?

    volume: number

    The volume level of any audio that the video file contains