$(function () { var options; // Type: wijmo.video.wijvideo.options $(".selector").wijvideo(options); });
function wijvideo() : any;
$(function () { var options; // Type: wijmo.video.wijvideo.options $(".selector").wijvideo(options); });
function wijvideo() : any;
Name | Description | |
---|---|---|
fullScreenButtonVisible | Default value: true A value that indicates whether to show the full screen button. | |
localization | Default value: null Use the localization option in order to localize text which not depends on culture. |
|
showControlsOnHover | Default value: true Determines whether to display the controls only when hovering the mouse to the video. |
Name | Description | |
---|---|---|
destroy | Remove the functionality completely. This will return the element back to its pre-init state. | |
getHeight | Gets the video height in pixel. | |
getWidth | Gets the video width in pixel. | |
pause | Pause the video. | |
play | Play the video. | |
setHeight | Sets the video height in pixel. | |
setWidth | Sets the video width in pixel. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |