VideoObjectDataType: {
    content: {
        loop: boolean;
        opacity: number;
        videoResource: string;
        volume: number;
    };
}

The initial properties for gdjs.VideoRuntimeObject

Type declaration

  • content: {
        loop: boolean;
        opacity: number;
        videoResource: string;
        volume: number;
    }

    The base parameters of the video

    • loop: boolean

      Does the video loops itself?

    • opacity: number

      The opacity of the video

    • videoResource: string

      Name of the resource corresponding to the video

    • volume: number

      The volume of the video