Class AudioConfig
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents the configuration settings for audio processing or playback.
public class AudioConfig
- Inheritance
-
AudioConfig
- Inherited Members
- Extension Methods
Properties
EndAfter
public int? EndAfter { get; set; }
Property Value
- int?
Path
public string? Path { get; set; }
Property Value
Type
public AlarmEnum.AudioAlarmType Type { get; set; }