$(function () { var options; // Type: wijmo.video.wijvideo.options $(".selector").wijvideo(options); });
function wijvideo;
$(function () { var options; // Type: wijmo.video.wijvideo.options $(".selector").wijvideo(options); });
function wijvideo;
Object
wijmo.video.wijvideo
Name | Description | |
---|---|---|
wijvideo Constructor |
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. |