Video

name: Video
documentation:

Provides support for embedding video resources in a spatial manner

attribute
name: Source
type: xs:string
use: required
documentation:

The source location of the resource for this element

attribute
name: Enabled
type: imml:Boolean
default: True
use: optional
documentation:

When enabled the video should begin playback from the current seek position

attribute
name: Volume
type: xs:float
default: 0.5
use: optional
documentation:

Value between 0 and 1 describing the amount of volume

attribute
name: Loop
type: imml:Boolean
default: False
use: optional
documentation:

Value that decides if the video should loop.

attribute
name: Seek
type: xs:time
default: 00:00:00
use: optional
documentation:

Time specifying the seek position of the associated media

attribute
name: Stream
type: imml:Boolean
default: False
use: optional
documentation:

If true, stream rather than fully acquire the resource for presentation