OptionsConfigurationVideoInput Property  | 
  Gets or sets the video input file path. 
 
    Namespace: 
   butterflow_ui
    Assembly:
   butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string VideoInput { get; set; }Public Property VideoInput As String
	Get
	Set
public:
property String^ VideoInput {
	String^ get ();
	void set (String^ value);
}member VideoInput : string with get, set
Property Value
Type: 
String The video input file path. 
See Also