Class SourceArguments
Inherited Members
Namespace: AnalysisPrograms.Production.Arguments
Assembly: AnalysisPrograms.dll
Syntax
public abstract class SourceArguments : SubCommandBase
Properties
| Improve this Doc View SourceSource
Declaration
[Argument(0, Description = "The source audio file to operate on")]
[Required]
[FileExists]
public virtual FileInfo Source { get; set; }
Property Value
Type | Description |
---|---|
FileInfo |