Class MinAndMaxBandwidthParameters
Inheritance
MinAndMaxBandwidthParameters
Assembly: AudioAnalysisTools.dll
Syntax
public class MinAndMaxBandwidthParameters : CommonParameters, IValidatableObject
Properties
|
Improve this Doc
View Source
MaxBandwidthHertz
Gets or sets the maximum allowed bandwidth of a spectrogram track or event, units = Hertz.
Declaration
public int? MaxBandwidthHertz { get; set; }
Property Value
|
Improve this Doc
View Source
MinBandwidthHertz
Gets or sets the minimum allowed bandwidth of a spectrogram track or event, units = Hertz.
Declaration
public int? MinBandwidthHertz { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Validate(ValidationContext)
Declaration
public override IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
Parameters
Returns
Overrides
Implements
Extension Methods