Class DeviceFeatureStatus
- Namespace
- Huddly.Sdk.FeatureControl
- Assembly
- Huddly.Sdk.dll
public record DeviceFeatureStatus : IEquatable<DeviceFeatureStatus>
- Inheritance
-
DeviceFeatureStatus
- Implements
-
- Inherited Members
-
Constructors
DeviceFeatureStatus(FeatureStatus?, FeatureStatus?, FeatureStatus?, FeatureStatus?, FeatureStatus?, FeatureStatus?, FeatureStatus?, FeatureStatus?, FeatureStatus?)
public DeviceFeatureStatus(FeatureStatus? Brightness = null, FeatureStatus? Saturation = null, FeatureStatus? Ptz = null, FeatureStatus? Framing = null, FeatureStatus? FaceBasedExposure = null, FeatureStatus? PeopleCount = null, FeatureStatus? FramingZone = null, FeatureStatus? PerspectiveCorrection = null, FeatureStatus? MultiCameraSystem = null)
Parameters
Brightness FeatureStatus
Saturation FeatureStatus
Ptz FeatureStatus
Framing FeatureStatus
FaceBasedExposure FeatureStatus
PeopleCount FeatureStatus
FramingZone FeatureStatus
PerspectiveCorrection FeatureStatus
MultiCameraSystem FeatureStatus
Properties
Brightness
public FeatureStatus? Brightness { get; init; }
Property Value
- FeatureStatus
FaceBasedExposure
public FeatureStatus? FaceBasedExposure { get; init; }
Property Value
- FeatureStatus
Framing
public FeatureStatus? Framing { get; init; }
Property Value
- FeatureStatus
FramingZone
public FeatureStatus? FramingZone { get; init; }
Property Value
- FeatureStatus
MultiCameraSystem
public FeatureStatus? MultiCameraSystem { get; init; }
Property Value
- FeatureStatus
PeopleCount
public FeatureStatus? PeopleCount { get; init; }
Property Value
- FeatureStatus
PerspectiveCorrection
public FeatureStatus? PerspectiveCorrection { get; init; }
Property Value
- FeatureStatus
Ptz
public FeatureStatus? Ptz { get; init; }
Property Value
- FeatureStatus
Saturation
public FeatureStatus? Saturation { get; init; }
Property Value
- FeatureStatus