The following tables list the members exposed by VideoViewer.
Public Constructors
Name | Description | |
---|---|---|
VideoViewer(options) | Initializes a new instance of the VideoViewer. |
Public Methods
Name | Description | |
---|---|---|
clear | Clears the current video element from the viewer. | |
dispose() | Disposes of all resources that the VideoViewer instance is using. |
|
setVideo(uri) | Creates a new video element based off the source uri. |
Public Properties
Name | Description | |
---|---|---|
containerClass | The CSS class that will be applied to the viewerContainer element. |
|
rootElement | The element where the viewer is created into. | |
video | The current video element that is loaded into the viewer. | |
videoClass | The CSS class that will be applied to the video element. |
|
viewerElement | The element associated with the viewer. |
See Also