A VideoNode instance renders video stream assigned to the videoLocation property.
Namespace: MindFusion.Diagramming
File: VideoNode.js
JavaScript Copy Code |
---|
// class |
VideoNode objects display video streams, along with UI elements to play, pause, seek and change volume. Set node's videoLocation method to specify its video URL. Auto-playing is not supported at this time, and the video can be started only by users clicking the play button.
VideoNode is built around Video component, which can also be used in CompositeNode templates.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |