FFProbe ExecutionTimeout Property NReco.VideoInfo Class Library Documentation
Gets or sets maximum execution time for running FFProbe process (null is by default = no timeout)

Namespace: NReco.VideoInfo
Assembly: NReco.VideoInfo (in NReco.VideoInfo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Nullable<TimeSpan> ExecutionTimeout { get; set; }

Property Value

Type: Nullable TimeSpan 
See Also