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

Properties

Properties

loop: boolean

Automatically loop the video?

autoplay: boolean

Should the video play automatically?

volume: number

The volume level of any audio that the video file contains