Search
VideoNode Class
Remarks See Also
 





A VideoNode instance renders video stream assigned to the videoLocation property.

Namespace: MindFusion.Diagramming
File: VideoNode.js

 Syntax

JavaScript  Copy Code

// class
VideoNode.prototype = {}

 Remarks

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.

 Inheritance Hierarchy

MindFusion.Diagramming.DiagramItem
    MindFusion.Diagramming.DiagramNode
        MindFusion.Diagramming.VideoNode

 See Also