1.1.2.2.1 OcaAudioLevelSensor
Class Hierarchy:
OcaRoot : OcaWorker : OcaSensor : OcaLevelSensor : OcaAudioLevelSensor
-
class OcaAudioLevelSensor : OcaLevelSensor
Child of OcaLevelSensor that shall return an audio meter reading in dB relative to a known reference level, and whose value shall be calculated by the selected averaging algorithm.
Properties:
-
static const OcaClassID ClassID = "1.1.2.2.1"
Number that uniquely identifies the class. Note that this differs from the object number, which identifies the instantiated object. This property is an override of the OcaRoot property.
This property has id
1.1
.
-
static const OcaClassVersionNumber ClassVersion = 3
Identifies the interface version of the class. Any change to the class definition leads to a higher class version. This property is an override of the OcaRoot property.
This property has id
1.2
.
-
OcaLevelMeterLaw Law
Enum that defines metering algorithm, including averaging characteristics and, in some cases, reference level. Readonly in some objects.
This property has id
5.1
.
Properties inherited from 1.1.2.2 OcaLevelSensor:
OcaMap<OcaPortID, OcaPortClockMapEntry> OcaWorker::PortClockMap
OcaList<OcaPort> OcaWorker::Ports
Methods:
-
OcaStatus GetLaw(OcaLevelMeterLaw &law)
Gets the value of the Law property.
This method has id
5.1
.law: Output parameter.
-
OcaStatus SetLaw(OcaLevelMeterLaw law)
Sets the value of the Law property.
This method has id
5.2
.law: Input parameter.
Methods inherited from 1.1.2.2 OcaLevelSensor:
-
static const OcaClassID ClassID = "1.1.2.2.1"