Class AudioEvent
Assembly: AcousticWorkbench.dll
Syntax
Properties
|
Improve this Doc
View Source
AudioRecordingId
Declaration
public long AudioRecordingId { get; set; }
Property Value
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Improve this Doc
View Source
CreatorId
Declaration
public long CreatorId { get; set; }
Property Value
|
Improve this Doc
View Source
EndTimeSeconds
Declaration
public double EndTimeSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
HighFrequencyHertz
Declaration
public double HighFrequencyHertz { get; set; }
Property Value
|
Improve this Doc
View Source
Id
Declaration
public long Id { get; set; }
Property Value
|
Improve this Doc
View Source
IsReference
Declaration
public bool IsReference { get; set; }
Property Value
|
Improve this Doc
View Source
LowFrequencyHertz
Declaration
public double LowFrequencyHertz { get; set; }
Property Value
|
Improve this Doc
View Source
StartTimeSeconds
Declaration
public double StartTimeSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
Taggings
Declaration
public IList<Tagging> Taggings { get; set; }
Property Value
|
Improve this Doc
View Source
UpdatedAt
Declaration
public DateTimeOffset UpdatedAt { get; set; }
Property Value
Extension Methods