Class AudioRecording
Inheritance
AudioRecording
Assembly: AcousticWorkbench.dll
Syntax
public class AudioRecording
Properties
|
Improve this Doc
View Source
BitRateBps
Declaration
public int BitRateBps { get; set; }
Property Value
|
Improve this Doc
View Source
Channels
Declaration
public int Channels { get; set; }
Property Value
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Improve this Doc
View Source
DataLengthBytes
Declaration
public long DataLengthBytes { get; set; }
Property Value
|
Improve this Doc
View Source
DurationSeconds
Declaration
public double DurationSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
Id
Declaration
public long Id { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string MediaType { get; set; }
Property Value
|
Improve this Doc
View Source
RecordedDate
Declaration
public DateTimeOffset RecordedDate { get; set; }
Property Value
|
Improve this Doc
View Source
SampleRateHertz
Declaration
public int SampleRateHertz { get; set; }
Property Value
|
Improve this Doc
View Source
SiteId
Declaration
public long SiteId { get; set; }
Property Value
|
Improve this Doc
View Source
Status
Declaration
public string Status { get; set; }
Property Value
|
Improve this Doc
View Source
UpdatedAt
Declaration
public DateTimeOffset UpdatedAt { get; set; }
Property Value
|
Improve this Doc
View Source
Uuid
Declaration
public string Uuid { get; set; }
Property Value
Extension Methods