new base(property)
This class provides the common functionalities for videoplayer(HTML and Tizen).
Parameters:
Name | Type | Description |
---|---|---|
property |
Object | An object which initializes this component. Refer to the details in caph.ui.component.Base constructor. |
Example
var videoPlayer = caph.require('ui.base.widget.videoPlayer'); var object = new VideoPlayer(options);
Methods
-
<static> next()
-
This function use to play the next video.
Example
videoObj.next();