Class CommonParameters
Inheritance
CommonParameters
Assembly: AcousticWorkbench.dll
Syntax
public class CommonParameters
Properties
|
Improve this Doc
View Source
AudioEventId
Declaration
public long AudioEventId { get; set; }
Property Value
|
Improve this Doc
View Source
Channel
Declaration
public int Channel { get; set; }
Property Value
|
Improve this Doc
View Source
EndOffset
Declaration
public double EndOffset { get; set; }
Property Value
|
Improve this Doc
View Source
SampleRate
Declaration
public int SampleRate { get; set; }
Property Value
|
Improve this Doc
View Source
StartOffset
Declaration
public double StartOffset { get; set; }
Property Value
Extension Methods