Overview

The HTMLVideoElement interface provides special properties and methods for manipulating video objects. It also inherits properties and methods of HTMLMediaElement and HTMLElement.

Location

Properties


height

property height: Int32 read write;
Int32 height { get; set; }
var height: Int32 { get{} set{} }
Int32 height { __get; __set; }
Property height() As Int32

poster

property poster: String read write;
String poster { get; set; }
var poster: String { get{} set{} }
String poster { __get; __set; }
Property poster() As String

videoHeight

property videoHeight: Int32 read;
Int32 videoHeight { get; }
var videoHeight: Int32 { get{} }
Int32 videoHeight { __get; }
ReadOnly Property videoHeight() As Int32

videoWidth

property videoWidth: Int32 read;
Int32 videoWidth { get; }
var videoWidth: Int32 { get{} }
Int32 videoWidth { __get; }
ReadOnly Property videoWidth() As Int32

width

property width: Int32 read write;
Int32 width { get; set; }
var width: Int32 { get{} set{} }
Int32 width { __get; __set; }
Property width() As Int32