Search
VideoNode.videoLocation Property
See Also
 





Gets or sets the URL of the video stream displayed in this VideoNode.

Namespace: MindFusion.Diagramming
File: VideoNode.js

 Syntax

JavaScript  Copy Code

get videoLocation() {}
set videoLocation(value) {}

 Property Value

String

A string containing video stream URL.

 See Also