Class AnalyserArguments
Inheritance
AnalyserArguments
Assembly: AnalysisPrograms.dll
Syntax
public abstract class AnalyserArguments : SourceConfigOutputDirArguments
Properties
|
Improve this Doc
View Source
Duration
Declaration
[Option(Description = "The duration of each segment to analyse (seconds) - a maximum of 10 minutes")]
[InRange(0, 600)]
public double? Duration { get; set; }
Property Value
|
Improve this Doc
View Source
Start
Declaration
[Option(Description = "The start offset to start analysing from (in seconds)")]
[InRange(0, 1.7976931348623157E+308)]
public double? Start { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ToAnalysisSettings(AnalysisSettings, Boolean, FileSegment, FileSegment)
Declaration
public (AnalysisSettings, SegmentSettings<FileInfo>) ToAnalysisSettings(AnalysisSettings defaults = null, bool outputIntermediate = false, FileSegment sourceSegment = null, FileSegment preparedSegment = null)
Parameters
Returns
Extension Methods