Class SpectrogramRequest
Spectrogram Request.
Inherited Members
Namespace: Acoustics.Tools
Assembly: Acoustics.Tools.dll
Syntax
public class SpectrogramRequest
Properties
| Improve this Doc View SourceCalculatedWidth
Gets CalculatedWidth.
Declaration
public int CalculatedWidth { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
End
Gets or sets end of cache request segment in milliseconds relative to start of audio reading.
Declaration
public TimeSpan End { get; set; }
Property Value
| Type | Description |
|---|---|
| Time |
Height
Gets or sets Height.
Declaration
public int? Height { get; set; }
Property Value
| Improve this Doc View SourceIsCalculatedWidthAvailable
Gets a value indicating whether the Calculated Width is Available.
Declaration
public bool IsCalculatedWidthAvailable { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
PixelsPerMillisecond
Gets or sets Pixels Per Millisecond.
Declaration
public double? PixelsPerMillisecond { get; set; }
Property Value
| Improve this Doc View SourceStart
Gets or sets start of cache request segment in milliseconds relative to start of audio reading.
Declaration
public TimeSpan Start { get; set; }
Property Value
| Type | Description |
|---|---|
| Time |
Width
Gets or sets Width.
Declaration
public int? Width { get; set; }
Property Value
Methods
| Improve this Doc View SourceToString()
Get a string representation of this spectrogram request.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String | String representation. |
Overrides
| Improve this Doc View SourceValidate()
Validate this Spectrogram Request.
Declaration
public bool Validate()
Returns
| Type | Description |
|---|---|
| Boolean | True if valid, otherwise false. |