VideoElementView

VideoElementView

VideoElementView is the View for a VideoElement. It has a set of methods and properties that are compatible with the native HTMLVideoElement.

Members

# muted

same as the property of the DOM video element

# playsInline

same as the property of the DOM video element

# srcObject

same as the property of the DOM video element

Methods

# play()

play() is a thin wrapper around the native DOM.