OcaDelay

A online version of the AES70 specification of this class can be found at http://docs.deuso.de.

The class is a subclass of OcaActuator().

This class defines the properties

Name

JavaScript Type

AES70 Type

DelayTime

number

OcaTimeInterval

Furthermore, it inherits the properties ClassID, ClassVersion, ObjectNumber, Lockable, Role, Enabled, Ports, Label, Owner, Latency and DelayTime.

class OcaDelay(objectNumber, device)

Signal delay - basic version.

OcaDelay.OnDelayTimeChanged

type: PropertyEvent.<number>

This event is emitted when the property DelayTime changes in the remote object. The property DelayTime is described in the AES70 standard as follows. Delay in seconds.

OcaDelay.GetDelayTime()

Gets the value of the DelayTime property. The return value indicates whether the property was successfully retrieved. The return values of this method are

  • Time of type number

  • minTime of type number

  • maxTime of type number

Returns

Promise.<Arguments.<number, number, number>>

OcaDelay.SetDelayTime(delayTime)

Sets the value of the DelayTime property. The return value indicates whether the property was successfully set.

Arguments
  • delayTime (number) –

Returns

Promise.<void>