Gets or sets path where FFProbe.exe is extracted
Namespace: NReco.VideoInfoAssembly: NReco.VideoInfo (in NReco.VideoInfo.dll) Version: 1.0.0.0 (1.0.0.0)
public string ToolPath { get; set; }
public string ToolPath { get; set; }
Public Property ToolPath As String
Get
Set
Public Property ToolPath As String
Get
Set
public:
property String^ ToolPath {
String^ get ();
void set (String^ value);
}
public:
property String^ ToolPath {
String^ get ();
void set (String^ value);
}
member ToolPath : string with get, set
member ToolPath : string with get, set
Property Value
Type:
String
By default this property initialized with folder with application assemblies.
For ASP.NET applications it is recommended to use "~/App_Code/".