C-DEngine 5.105

nmiCtrlVideoViewer..::..Source Property

A url pointing at the source of the Video If set to "LIVE" the web-camera live stream is used

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string Source { get; set; }
Public Property Source As String
	Get
	Set
public:
property String^ Source {
	String^ get ();
	void set (String^ value);
}