Class AudioDetection
The details of the audio detection config.
public class AudioDetection
- Inheritance
-
AudioDetection
- Inherited Members
Properties
Enabled
Boolean indicating if audio detection is enabled(true) or disabled(false) on the camera
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }