aes70 2.0.4 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AES70.es5.js +15326 -9479
- package/package.json +1 -1
- package/src/OCP1/OcaInterval.js +2 -3
- package/src/connection.d.ts +1 -1
- package/src/controller/ControlClasses/OcaActuator.d.ts +2 -2
- package/src/controller/ControlClasses/OcaAgent.d.ts +4 -4
- package/src/controller/ControlClasses/OcaApplicationNetwork.d.ts +6 -6
- package/src/controller/ControlClasses/OcaAudioLevelSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaAudioProcessingManager.d.ts +2 -2
- package/src/controller/ControlClasses/OcaBasicActuator.d.ts +2 -2
- package/src/controller/ControlClasses/OcaBasicSensor.d.ts +2 -2
- package/src/controller/ControlClasses/OcaBitstringActuator.d.ts +3 -3
- package/src/controller/ControlClasses/OcaBitstringSensor.d.ts +3 -3
- package/src/controller/ControlClasses/OcaBlock.d.ts +15 -15
- package/src/controller/ControlClasses/OcaBlockFactoryAgent.d.ts +11 -11
- package/src/controller/ControlClasses/OcaBooleanActuator.d.ts +3 -3
- package/src/controller/ControlClasses/OcaBooleanSensor.d.ts +3 -3
- package/src/controller/ControlClasses/OcaCodingManager.d.ts +3 -3
- package/src/controller/ControlClasses/OcaCommandSet.d.ts +4 -4
- package/src/controller/ControlClasses/OcaCommandSetAgent.d.ts +4 -4
- package/src/controller/ControlClasses/OcaControlNetwork.d.ts +4 -4
- package/src/controller/ControlClasses/OcaCounterNotifier.d.ts +6 -6
- package/src/controller/ControlClasses/OcaCurrentSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaDataset.d.ts +6 -6
- package/src/controller/ControlClasses/OcaDatasetWorker.d.ts +3 -3
- package/src/controller/ControlClasses/OcaDelay.d.ts +4 -4
- package/src/controller/ControlClasses/OcaDelayExtended.d.ts +6 -6
- package/src/controller/ControlClasses/OcaDeviceManager.d.ts +11 -11
- package/src/controller/ControlClasses/OcaDeviceTimeManager.d.ts +4 -4
- package/src/controller/ControlClasses/OcaDiagnosticManager.d.ts +2 -2
- package/src/controller/ControlClasses/OcaDynamics.d.ts +9 -9
- package/src/controller/ControlClasses/OcaDynamicsCurve.d.ts +6 -6
- package/src/controller/ControlClasses/OcaDynamicsDetector.d.ts +6 -6
- package/src/controller/ControlClasses/OcaFilterArbitraryCurve.d.ts +5 -5
- package/src/controller/ControlClasses/OcaFilterClassical.d.ts +7 -7
- package/src/controller/ControlClasses/OcaFilterFIR.d.ts +4 -4
- package/src/controller/ControlClasses/OcaFilterParametric.d.ts +6 -6
- package/src/controller/ControlClasses/OcaFilterPolynomial.d.ts +4 -4
- package/src/controller/ControlClasses/OcaFirmwareManager.d.ts +5 -5
- package/src/controller/ControlClasses/OcaFloat32Actuator.d.ts +4 -4
- package/src/controller/ControlClasses/OcaFloat32Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaFloat64Actuator.d.ts +4 -4
- package/src/controller/ControlClasses/OcaFloat64Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaFrequencyActuator.d.ts +4 -4
- package/src/controller/ControlClasses/OcaFrequencySensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaGain.d.ts +4 -4
- package/src/controller/ControlClasses/OcaGainSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaGroup.d.ts +4 -4
- package/src/controller/ControlClasses/OcaGrouper.d.ts +9 -9
- package/src/controller/ControlClasses/OcaIdentificationActuator.d.ts +3 -3
- package/src/controller/ControlClasses/OcaIdentificationSensor.d.ts +3 -3
- package/src/controller/ControlClasses/OcaImpedanceSensor.d.ts +5 -5
- package/src/controller/ControlClasses/OcaInt16Actuator.d.ts +4 -4
- package/src/controller/ControlClasses/OcaInt16Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaInt32Actuator.d.ts +4 -4
- package/src/controller/ControlClasses/OcaInt32Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaInt64Actuator.d.ts +4 -4
- package/src/controller/ControlClasses/OcaInt64Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaInt8Actuator.d.ts +4 -4
- package/src/controller/ControlClasses/OcaInt8Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaJsonActuator.d.ts +3 -3
- package/src/controller/ControlClasses/OcaJsonSensor.d.ts +3 -3
- package/src/controller/ControlClasses/OcaLevelSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaLibraryManager.d.ts +6 -6
- package/src/controller/ControlClasses/OcaLockManager.d.ts +3 -3
- package/src/controller/ControlClasses/OcaLog.d.ts +7 -7
- package/src/controller/ControlClasses/OcaManager.d.ts +2 -2
- package/src/controller/ControlClasses/OcaMatrix.d.ts +8 -8
- package/src/controller/ControlClasses/OcaMediaClock.d.ts +6 -6
- package/src/controller/ControlClasses/OcaMediaClock3.d.ts +7 -7
- package/src/controller/ControlClasses/OcaMediaClockManager.d.ts +4 -4
- package/src/controller/ControlClasses/OcaMediaRecorderPlayer.d.ts +10 -10
- package/src/controller/ControlClasses/OcaMediaTransportApplication.d.ts +18 -18
- package/src/controller/ControlClasses/OcaMediaTransportNetwork.d.ts +15 -15
- package/src/controller/ControlClasses/OcaMediaTransportSessionAgent.d.ts +6 -6
- package/src/controller/ControlClasses/OcaMute.d.ts +4 -4
- package/src/controller/ControlClasses/OcaNetwork.d.ts +9 -9
- package/src/controller/ControlClasses/OcaNetworkApplication.d.ts +7 -7
- package/src/controller/ControlClasses/OcaNetworkInterface.d.ts +8 -8
- package/src/controller/ControlClasses/OcaNetworkManager.d.ts +3 -3
- package/src/controller/ControlClasses/OcaNetworkSignalChannel.d.ts +5 -5
- package/src/controller/ControlClasses/OcaNumericObserver.d.ts +7 -7
- package/src/controller/ControlClasses/OcaNumericObserverList.d.ts +7 -7
- package/src/controller/ControlClasses/OcaPanBalance.d.ts +4 -4
- package/src/controller/ControlClasses/OcaPhysicalPosition.d.ts +7 -7
- package/src/controller/ControlClasses/OcaPolarity.d.ts +4 -4
- package/src/controller/ControlClasses/OcaPowerManager.d.ts +4 -4
- package/src/controller/ControlClasses/OcaPowerSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaPowerSupply.d.ts +6 -6
- package/src/controller/ControlClasses/OcaProgram.d.ts +4 -4
- package/src/controller/ControlClasses/OcaRamper.d.ts +11 -11
- package/src/controller/ControlClasses/OcaRoot.d.ts +6 -6
- package/src/controller/ControlClasses/OcaSamplingRateConverter.d.ts +3 -3
- package/src/controller/ControlClasses/OcaSecurityManager.d.ts +3 -3
- package/src/controller/ControlClasses/OcaSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaSignalGenerator.d.ts +10 -7
- package/src/controller/ControlClasses/OcaSignalInput.d.ts +2 -2
- package/src/controller/ControlClasses/OcaSignalOutput.d.ts +2 -2
- package/src/controller/ControlClasses/OcaStateSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaStreamConnector.d.ts +6 -6
- package/src/controller/ControlClasses/OcaStreamNetwork.d.ts +9 -9
- package/src/controller/ControlClasses/OcaStringActuator.d.ts +3 -3
- package/src/controller/ControlClasses/OcaStringSensor.d.ts +3 -3
- package/src/controller/ControlClasses/OcaSubscriptionManager.d.ts +10 -10
- package/src/controller/ControlClasses/OcaSummingPoint.d.ts +2 -2
- package/src/controller/ControlClasses/OcaSwitch.d.ts +4 -4
- package/src/controller/ControlClasses/OcaTaskAgent.d.ts +6 -6
- package/src/controller/ControlClasses/OcaTaskManager.d.ts +8 -8
- package/src/controller/ControlClasses/OcaTaskScheduler.d.ts +9 -6
- package/src/controller/ControlClasses/OcaTemperatureActuator.d.ts +4 -4
- package/src/controller/ControlClasses/OcaTemperatureSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaTimeIntervalSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaTimeSource.d.ts +7 -7
- package/src/controller/ControlClasses/OcaUint16Actuator.d.ts +4 -4
- package/src/controller/ControlClasses/OcaUint16Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaUint32Actuator.d.ts +4 -4
- package/src/controller/ControlClasses/OcaUint32Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaUint64Actuator.d.ts +4 -4
- package/src/controller/ControlClasses/OcaUint64Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaUint8Actuator.d.ts +4 -4
- package/src/controller/ControlClasses/OcaUint8Sensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaVoltageSensor.d.ts +4 -4
- package/src/controller/ControlClasses/OcaWorker.d.ts +8 -8
- package/src/controller/ControlClasses.d.ts +220 -185
- package/src/controller/ControlClasses.js +199 -164
- package/src/controller/client_connection.d.ts +1 -1
- package/src/controller/fetch_device_content.d.ts +1 -1
- package/src/controller/object_base.d.ts +2 -2
- package/src/controller/remote_device.d.ts +19 -19
- package/src/controller/remote_error.d.ts +1 -1
- package/src/controller/udp_connection.d.ts +1 -1
- package/src/controller/websocket_connection.d.ts +1 -1
- package/src/controller/websocket_connection_base.d.ts +1 -1
- package/src/controller/websocket_connection_node.d.ts +1 -1
- package/src/events.d.ts +5 -5
- package/src/index.browser.d.ts +2 -2
- package/src/index.d.ts +4 -4
- package/src/index.default.d.ts +20 -20
- package/src/types/OcaActionObjectSearchResult.d.ts +1 -1
- package/src/types/OcaBlockMember.d.ts +1 -1
- package/src/types/OcaCommand.d.ts +1 -1
- package/src/types/OcaCommandResult.d.ts +1 -1
- package/src/types/OcaCommandSetResult.d.ts +5 -2
- package/src/types/OcaConstructionParameter.d.ts +1 -1
- package/src/types/OcaCounterNotifierFilterParameters.d.ts +1 -1
- package/src/types/OcaCounterSet.d.ts +1 -1
- package/src/types/OcaCounterUpdateEventData.d.ts +1 -1
- package/src/types/OcaDatasetSearchResult.d.ts +1 -1
- package/src/types/OcaDelayValue.d.ts +1 -1
- package/src/types/OcaDeviceOperationalState.d.ts +1 -1
- package/src/types/OcaEvent.d.ts +1 -1
- package/src/types/OcaGroupException.d.ts +2 -2
- package/src/types/OcaGrouperCitizen.d.ts +1 -1
- package/src/types/OcaGrouperStatusChangeEventData.d.ts +1 -1
- package/src/types/OcaIP4NetworkSettings.d.ts +2 -2
- package/src/types/OcaIP6NetworkSettings.d.ts +2 -2
- package/src/types/OcaJobDisposedEventData.d.ts +2 -2
- package/src/types/OcaJobQueueItem.d.ts +3 -3
- package/src/types/OcaLibraryIdentifier.d.ts +1 -1
- package/src/types/OcaLogFilter.d.ts +2 -2
- package/src/types/OcaLogRecord.d.ts +1 -1
- package/src/types/OcaMatrixCommand.d.ts +2 -2
- package/src/types/OcaMediaConnection.d.ts +1 -1
- package/src/types/OcaMediaConnectorStatus.d.ts +1 -1
- package/src/types/OcaMediaSinkConnector.d.ts +6 -3
- package/src/types/OcaMediaSinkConnectorChangedEventData.d.ts +3 -3
- package/src/types/OcaMediaSourceConnector.d.ts +6 -3
- package/src/types/OcaMediaSourceConnectorChangedEventData.d.ts +3 -3
- package/src/types/OcaMediaStreamEndpoint.d.ts +8 -5
- package/src/types/OcaMediaStreamEndpointStatus.d.ts +1 -1
- package/src/types/OcaMediaStreamMode.d.ts +1 -1
- package/src/types/OcaMediaStreamModeCapability.d.ts +3 -3
- package/src/types/OcaMediaTransportSession.d.ts +2 -2
- package/src/types/OcaMediaTransportSessionConnectionState.d.ts +1 -1
- package/src/types/OcaMediaTransportSessionStatus.d.ts +1 -1
- package/src/types/OcaMediaVolumePosition.d.ts +1 -1
- package/src/types/OcaMethod.d.ts +1 -1
- package/src/types/OcaNetworkAdvertisingMechanism.d.ts +1 -1
- package/src/types/OcaNetworkInterfaceAssignment.d.ts +1 -1
- package/src/types/OcaNetworkInterfaceStatus.d.ts +1 -1
- package/src/types/OcaObjectIdentification.d.ts +1 -1
- package/src/types/OcaPort.d.ts +1 -1
- package/src/types/OcaPortClockMapEntry.d.ts +1 -1
- package/src/types/OcaPortID.d.ts +1 -1
- package/src/types/OcaPortIdentification.d.ts +1 -1
- package/src/types/OcaPositionDescriptor.d.ts +2 -2
- package/src/types/OcaProgramResult.d.ts +5 -2
- package/src/types/OcaProperty.d.ts +1 -1
- package/src/types/OcaPropertyDescriptor.d.ts +3 -3
- package/src/types/OcaProtoObjectIdentification.d.ts +1 -1
- package/src/types/OcaProtoPort.d.ts +1 -1
- package/src/types/OcaProtoPortClockMapEntry.d.ts +1 -1
- package/src/types/OcaProtoSignalPath.d.ts +1 -1
- package/src/types/OcaSignalPath.d.ts +1 -1
- package/src/types/OcaStream.d.ts +3 -3
- package/src/types/OcaTask.d.ts +3 -3
- package/src/types/OcaTaskExecutionTerminatedEventData.d.ts +3 -3
- package/src/types/OcaTaskOperationalState.d.ts +2 -2
- package/src/types/OcaTaskStatus.d.ts +1 -1
- package/src/types/OcaTaskStatusChangedEventData.d.ts +2 -2
- package/src/types/OcaVersion.d.ts +1 -1
- package/src/types/OcaWhenPhysicalAbsolute.d.ts +1 -1
- package/src/types/OcaWhenPhysicalRelative.d.ts +1 -1
- package/src/types.d.ts +200 -0
- package/src/types.js +87 -19
- package/src/controller/ControlClasses/OcaBlockFactory.d.ts +0 -198
- package/src/controller/ControlClasses/OcaBlockFactory.js +0 -221
- package/src/controller/ControlClasses/OcaEventHandler.d.ts +0 -27
- package/src/controller/ControlClasses/OcaEventHandler.js +0 -34
- package/src/controller/ControlClasses/OcaLibrary.d.ts +0 -148
- package/src/controller/ControlClasses/OcaLibrary.js +0 -162
- package/src/types/OcaClassAuthorityID.d.ts +0 -54
- package/src/types/OcaClassAuthorityID.js +0 -30
- package/src/types/OcaClassID.js +0 -22
- package/src/types/OcaEnumItem.d.ts +0 -25
- package/src/types/OcaEnumItem.js +0 -17
- package/src/types/OcaEnumItem16.d.ts +0 -25
- package/src/types/OcaEnumItem16.js +0 -17
- package/src/types/OcaLibAccess.d.ts +0 -56
- package/src/types/OcaLibAccess.js +0 -44
- package/src/types/OcaLibParamSetAssignment.d.ts +0 -43
- package/src/types/OcaLibParamSetAssignment.js +0 -23
- package/src/types/OcaLibVol.d.ts +0 -39
- package/src/types/OcaLibVol.js +0 -23
- package/src/types/OcaLibVolChangedEventData.d.ts +0 -43
- package/src/types/OcaLibVolChangedEventData.js +0 -23
- package/src/types/OcaLibVolMetadata.d.ts +0 -95
- package/src/types/OcaLibVolMetadata.js +0 -42
- package/src/types/OcaLibVolStandardTypeID.d.ts +0 -56
- package/src/types/OcaLibVolStandardTypeID.js +0 -44
- package/src/types/OcaMediaConnectorStatusChangedEventData.d.ts +0 -29
- package/src/types/OcaMediaConnectorStatusChangedEventData.js +0 -16
- package/src/types/OcaNetworkSystemInterfaceDescriptor.d.ts +0 -42
- package/src/types/OcaNetworkSystemInterfaceDescriptor.js +0 -23
- package/src/types/OcaPilotToneDetectorSpec.d.ts +0 -51
- package/src/types/OcaPilotToneDetectorSpec.js +0 -27
- package/src/types/OcaProtoPortID.d.ts +0 -40
- package/src/types/OcaProtoPortID.js +0 -24
- package/src/types/OcaTaskStateChangedEventData.d.ts +0 -60
- package/src/types/OcaTaskStateChangedEventData.js +0 -27
- package/src/types/OcaTimeProtocol.d.ts +0 -92
- package/src/types/OcaTimeProtocol.js +0 -92
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaBasicSensor } from './OcaBasicSensor';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaBasicSensor } from './OcaBasicSensor.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* 32-bit IEEE floating-point sensor
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaBasicActuator } from './OcaBasicActuator';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaBasicActuator } from './OcaBasicActuator.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* 64-bit IEEE floating-point actuator
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaBasicSensor } from './OcaBasicSensor';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaBasicSensor } from './OcaBasicSensor.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* 64-bit IEEE floating-point sensor
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaActuator } from './OcaActuator';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaActuator } from './OcaActuator.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Simple frequency actuator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaSensor } from './OcaSensor';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaSensor } from './OcaSensor.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Frequency sensor.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaActuator } from './OcaActuator';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaActuator } from './OcaActuator.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Gain (or attenuation) element.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaSensor } from './OcaSensor';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaSensor } from './OcaSensor.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Gain value sensor. Typically used to indicate instantaneous gain value of a
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Event } from '../event';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaAgent } from './OcaAgent';
|
|
1
|
+
import { Event } from '../event.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaAgent } from './OcaAgent.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Control aggregator. See **[AES70-1(Control Aggregation)]** for the normative
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
IOcaGrouperCitizen,
|
|
3
3
|
OcaGrouperCitizen,
|
|
4
|
-
} from '../../types/OcaGrouperCitizen';
|
|
4
|
+
} from '../../types/OcaGrouperCitizen.js';
|
|
5
5
|
import {
|
|
6
6
|
IOcaGrouperEnrollment,
|
|
7
7
|
OcaGrouperEnrollment,
|
|
8
|
-
} from '../../types/OcaGrouperEnrollment';
|
|
9
|
-
import { OcaGrouperGroup } from '../../types/OcaGrouperGroup';
|
|
10
|
-
import { IOcaGrouperMode, OcaGrouperMode } from '../../types/OcaGrouperMode';
|
|
11
|
-
import { Arguments } from '../arguments';
|
|
12
|
-
import { Event } from '../event';
|
|
13
|
-
import { PropertyEvent } from '../property_event';
|
|
14
|
-
import { RemoteDevice } from '../remote_device';
|
|
15
|
-
import { OcaAgent } from './OcaAgent';
|
|
8
|
+
} from '../../types/OcaGrouperEnrollment.js';
|
|
9
|
+
import { OcaGrouperGroup } from '../../types/OcaGrouperGroup.js';
|
|
10
|
+
import { IOcaGrouperMode, OcaGrouperMode } from '../../types/OcaGrouperMode.js';
|
|
11
|
+
import { Arguments } from '../arguments.js';
|
|
12
|
+
import { Event } from '../event.js';
|
|
13
|
+
import { PropertyEvent } from '../property_event.js';
|
|
14
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
15
|
+
import { OcaAgent } from './OcaAgent.js';
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* Control aggregator. See **[AES70-1(Control Aggregation)]** for the normative
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PropertyEvent } from '../property_event';
|
|
2
|
-
import { RemoteDevice } from '../remote_device';
|
|
3
|
-
import { OcaActuator } from './OcaActuator';
|
|
1
|
+
import { PropertyEvent } from '../property_event.js';
|
|
2
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
3
|
+
import { OcaActuator } from './OcaActuator.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Function that shall turn on some kind of human-detectable indicator for
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Event } from '../event';
|
|
2
|
-
import { RemoteDevice } from '../remote_device';
|
|
3
|
-
import { OcaSensor } from './OcaSensor';
|
|
1
|
+
import { Event } from '../event.js';
|
|
2
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
3
|
+
import { OcaSensor } from './OcaSensor.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Sensor for device identification mechanism. This sensor shall detect the
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OcaImpedance } from '../../types/OcaImpedance';
|
|
2
|
-
import { Arguments } from '../arguments';
|
|
3
|
-
import { PropertyEvent } from '../property_event';
|
|
4
|
-
import { RemoteDevice } from '../remote_device';
|
|
5
|
-
import { OcaSensor } from './OcaSensor';
|
|
1
|
+
import { OcaImpedance } from '../../types/OcaImpedance.js';
|
|
2
|
+
import { Arguments } from '../arguments.js';
|
|
3
|
+
import { PropertyEvent } from '../property_event.js';
|
|
4
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
5
|
+
import { OcaSensor } from './OcaSensor.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Complex impedance sensor. Value shall be reported as a magnitude and a phase.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaBasicActuator } from './OcaBasicActuator';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaBasicActuator } from './OcaBasicActuator.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* 16-bit signed integer actuator
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaBasicSensor } from './OcaBasicSensor';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaBasicSensor } from './OcaBasicSensor.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* 16-bit signed integer sensor
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaBasicActuator } from './OcaBasicActuator';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaBasicActuator } from './OcaBasicActuator.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* 32-bit signed integer actuator
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaBasicSensor } from './OcaBasicSensor';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaBasicSensor } from './OcaBasicSensor.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* 32-bit signed integer sensor
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaBasicActuator } from './OcaBasicActuator';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaBasicActuator } from './OcaBasicActuator.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* 64-bit signed integer actuator
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaBasicSensor } from './OcaBasicSensor';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaBasicSensor } from './OcaBasicSensor.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* 64-bit signed integer sensor
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaBasicActuator } from './OcaBasicActuator';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaBasicActuator } from './OcaBasicActuator.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* 8-bit signed integer actuator
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaBasicSensor } from './OcaBasicSensor';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaBasicSensor } from './OcaBasicSensor.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* 8-bit signed integer sensor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PropertyEvent } from '../property_event';
|
|
2
|
-
import { RemoteDevice } from '../remote_device';
|
|
3
|
-
import { OcaBasicActuator } from './OcaBasicActuator';
|
|
1
|
+
import { PropertyEvent } from '../property_event.js';
|
|
2
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
3
|
+
import { OcaBasicActuator } from './OcaBasicActuator.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* JSON value actuator.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PropertyEvent } from '../property_event';
|
|
2
|
-
import { RemoteDevice } from '../remote_device';
|
|
3
|
-
import { OcaBasicSensor } from './OcaBasicSensor';
|
|
1
|
+
import { PropertyEvent } from '../property_event.js';
|
|
2
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
3
|
+
import { OcaBasicSensor } from './OcaBasicSensor.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* JSON value actuator, with or without schema.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Arguments } from '../arguments';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaSensor } from './OcaSensor';
|
|
1
|
+
import { Arguments } from '../arguments.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaSensor } from './OcaSensor.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Signal level sensor.
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
IOcaLibVolIdentifier,
|
|
3
3
|
OcaLibVolIdentifier,
|
|
4
|
-
} from '../../types/OcaLibVolIdentifier';
|
|
5
|
-
import { IOcaLibVolType } from '../../types/OcaLibVolType';
|
|
6
|
-
import { OcaLibraryIdentifier } from '../../types/OcaLibraryIdentifier';
|
|
7
|
-
import { PropertyEvent } from '../property_event';
|
|
8
|
-
import { RemoteDevice } from '../remote_device';
|
|
9
|
-
import { OcaManager } from './OcaManager';
|
|
4
|
+
} from '../../types/OcaLibVolIdentifier.js';
|
|
5
|
+
import { IOcaLibVolType } from '../../types/OcaLibVolType.js';
|
|
6
|
+
import { OcaLibraryIdentifier } from '../../types/OcaLibraryIdentifier.js';
|
|
7
|
+
import { PropertyEvent } from '../property_event.js';
|
|
8
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
9
|
+
import { OcaManager } from './OcaManager.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Optional manager for handling device presets -- Patch and ParamSet libraries.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IOcaLockState } from '../../types/OcaLockState';
|
|
2
|
-
import { RemoteDevice } from '../remote_device';
|
|
3
|
-
import { OcaManager } from './OcaManager';
|
|
1
|
+
import { IOcaLockState } from '../../types/OcaLockState.js';
|
|
2
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
3
|
+
import { OcaManager } from './OcaManager.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Optional object and device lock manager that supports mutex-type waits for
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IOcaLockState } from '../../types/OcaLockState';
|
|
2
|
-
import { IOcaLogFilter } from '../../types/OcaLogFilter';
|
|
3
|
-
import { IOcaLogRecord, OcaLogRecord } from '../../types/OcaLogRecord';
|
|
4
|
-
import { Arguments } from '../arguments';
|
|
5
|
-
import { PropertyEvent } from '../property_event';
|
|
6
|
-
import { RemoteDevice } from '../remote_device';
|
|
7
|
-
import { OcaDataset } from './OcaDataset';
|
|
1
|
+
import { IOcaLockState } from '../../types/OcaLockState.js';
|
|
2
|
+
import { IOcaLogFilter } from '../../types/OcaLogFilter.js';
|
|
3
|
+
import { IOcaLogRecord, OcaLogRecord } from '../../types/OcaLogRecord.js';
|
|
4
|
+
import { Arguments } from '../arguments.js';
|
|
5
|
+
import { PropertyEvent } from '../property_event.js';
|
|
6
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
7
|
+
import { OcaDataset } from './OcaDataset.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* A log object. Child of **OcaDataSet.**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RemoteDevice } from '../remote_device';
|
|
2
|
-
import { OcaRoot } from './OcaRoot';
|
|
1
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
2
|
+
import { OcaRoot } from './OcaRoot.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Abstract base class for classes that represent non-audio (i.e. control and
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OcaCommandResult } from '../../types/OcaCommandResult';
|
|
2
|
-
import { IOcaMatrixCommand } from '../../types/OcaMatrixCommand';
|
|
3
|
-
import { IOcaMatrixCoordinates } from '../../types/OcaMatrixCoordinates';
|
|
4
|
-
import { IOcaMethodID } from '../../types/OcaMethodID';
|
|
5
|
-
import { Arguments } from '../arguments';
|
|
6
|
-
import { PropertyEvent } from '../property_event';
|
|
7
|
-
import { RemoteDevice } from '../remote_device';
|
|
8
|
-
import { OcaWorker } from './OcaWorker';
|
|
1
|
+
import { OcaCommandResult } from '../../types/OcaCommandResult.js';
|
|
2
|
+
import { IOcaMatrixCommand } from '../../types/OcaMatrixCommand.js';
|
|
3
|
+
import { IOcaMatrixCoordinates } from '../../types/OcaMatrixCoordinates.js';
|
|
4
|
+
import { IOcaMethodID } from '../../types/OcaMethodID.js';
|
|
5
|
+
import { Arguments } from '../arguments.js';
|
|
6
|
+
import { PropertyEvent } from '../property_event.js';
|
|
7
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
8
|
+
import { OcaWorker } from './OcaWorker.js';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Rectangular array of identical objects (**Matrix Members,** or just****
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { OcaMediaClockLockState } from '../../types/OcaMediaClockLockState';
|
|
1
|
+
import { OcaMediaClockLockState } from '../../types/OcaMediaClockLockState.js';
|
|
2
2
|
import {
|
|
3
3
|
IOcaMediaClockRate,
|
|
4
4
|
OcaMediaClockRate,
|
|
5
|
-
} from '../../types/OcaMediaClockRate';
|
|
5
|
+
} from '../../types/OcaMediaClockRate.js';
|
|
6
6
|
import {
|
|
7
7
|
IOcaMediaClockType,
|
|
8
8
|
OcaMediaClockType,
|
|
9
|
-
} from '../../types/OcaMediaClockType';
|
|
10
|
-
import { PropertyEvent } from '../property_event';
|
|
11
|
-
import { RemoteDevice } from '../remote_device';
|
|
12
|
-
import { OcaAgent } from './OcaAgent';
|
|
9
|
+
} from '../../types/OcaMediaClockType.js';
|
|
10
|
+
import { PropertyEvent } from '../property_event.js';
|
|
11
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
12
|
+
import { OcaAgent } from './OcaAgent.js';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* **DEPRECATED CLASS** *Replaced by* **OcaMediaClock3** A media clock, internal
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
IOcaMediaClockAvailability,
|
|
3
3
|
OcaMediaClockAvailability,
|
|
4
|
-
} from '../../types/OcaMediaClockAvailability';
|
|
4
|
+
} from '../../types/OcaMediaClockAvailability.js';
|
|
5
5
|
import {
|
|
6
6
|
IOcaMediaClockRate,
|
|
7
7
|
OcaMediaClockRate,
|
|
8
|
-
} from '../../types/OcaMediaClockRate';
|
|
9
|
-
import { IOcaTime, OcaTime } from '../../types/OcaTime';
|
|
10
|
-
import { Arguments } from '../arguments';
|
|
11
|
-
import { PropertyEvent } from '../property_event';
|
|
12
|
-
import { RemoteDevice } from '../remote_device';
|
|
13
|
-
import { OcaAgent } from './OcaAgent';
|
|
8
|
+
} from '../../types/OcaMediaClockRate.js';
|
|
9
|
+
import { IOcaTime, OcaTime } from '../../types/OcaTime.js';
|
|
10
|
+
import { Arguments } from '../arguments.js';
|
|
11
|
+
import { PropertyEvent } from '../property_event.js';
|
|
12
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
13
|
+
import { OcaAgent } from './OcaAgent.js';
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* A media clock, internal or external. OCA Connection Management 3 (OCA-CM3)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OcaMediaClockType } from '../../types/OcaMediaClockType';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaManager } from './OcaManager';
|
|
1
|
+
import { OcaMediaClockType } from '../../types/OcaMediaClockType.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaManager } from './OcaManager.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Optional manager that collects all media clocks the device uses.
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { IOcaLockState } from '../../types/OcaLockState';
|
|
2
|
-
import { IOcaMediaAccessMode } from '../../types/OcaMediaAccessMode';
|
|
1
|
+
import { IOcaLockState } from '../../types/OcaLockState.js';
|
|
2
|
+
import { IOcaMediaAccessMode } from '../../types/OcaMediaAccessMode.js';
|
|
3
3
|
import {
|
|
4
4
|
IOcaMediaPlayOption,
|
|
5
5
|
OcaMediaPlayOption,
|
|
6
|
-
} from '../../types/OcaMediaPlayOption';
|
|
7
|
-
import { OcaMediaRecorderPlayerState } from '../../types/OcaMediaRecorderPlayerState';
|
|
8
|
-
import { IOcaMediaTrackFunction } from '../../types/OcaMediaTrackFunction';
|
|
6
|
+
} from '../../types/OcaMediaPlayOption.js';
|
|
7
|
+
import { OcaMediaRecorderPlayerState } from '../../types/OcaMediaRecorderPlayerState.js';
|
|
8
|
+
import { IOcaMediaTrackFunction } from '../../types/OcaMediaTrackFunction.js';
|
|
9
9
|
import {
|
|
10
10
|
IOcaMediaVolumePosition,
|
|
11
11
|
OcaMediaVolumePosition,
|
|
12
|
-
} from '../../types/OcaMediaVolumePosition';
|
|
13
|
-
import { Arguments } from '../arguments';
|
|
14
|
-
import { PropertyEvent } from '../property_event';
|
|
15
|
-
import { RemoteDevice } from '../remote_device';
|
|
16
|
-
import { OcaDatasetWorker } from './OcaDatasetWorker';
|
|
12
|
+
} from '../../types/OcaMediaVolumePosition.js';
|
|
13
|
+
import { Arguments } from '../arguments.js';
|
|
14
|
+
import { PropertyEvent } from '../property_event.js';
|
|
15
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
16
|
+
import { OcaDatasetWorker } from './OcaDatasetWorker.js';
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* Media volume recorder/player that shall provide streaming data access into
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { OcaCounter } from '../../types/OcaCounter';
|
|
2
|
-
import { OcaCounterSet } from '../../types/OcaCounterSet';
|
|
3
|
-
import { IOcaIODirection } from '../../types/OcaIODirection';
|
|
1
|
+
import { OcaCounter } from '../../types/OcaCounter.js';
|
|
2
|
+
import { OcaCounterSet } from '../../types/OcaCounterSet.js';
|
|
3
|
+
import { IOcaIODirection } from '../../types/OcaIODirection.js';
|
|
4
4
|
import {
|
|
5
5
|
IOcaMediaStreamEndpoint,
|
|
6
6
|
OcaMediaStreamEndpoint,
|
|
7
|
-
} from '../../types/OcaMediaStreamEndpoint';
|
|
8
|
-
import { IOcaMediaStreamEndpointCommand } from '../../types/OcaMediaStreamEndpointCommand';
|
|
9
|
-
import { IOcaMediaStreamEndpointState } from '../../types/OcaMediaStreamEndpointState';
|
|
10
|
-
import { OcaMediaStreamEndpointStatus } from '../../types/OcaMediaStreamEndpointStatus';
|
|
11
|
-
import { IOcaMediaStreamMode } from '../../types/OcaMediaStreamMode';
|
|
7
|
+
} from '../../types/OcaMediaStreamEndpoint.js';
|
|
8
|
+
import { IOcaMediaStreamEndpointCommand } from '../../types/OcaMediaStreamEndpointCommand.js';
|
|
9
|
+
import { IOcaMediaStreamEndpointState } from '../../types/OcaMediaStreamEndpointState.js';
|
|
10
|
+
import { OcaMediaStreamEndpointStatus } from '../../types/OcaMediaStreamEndpointStatus.js';
|
|
11
|
+
import { IOcaMediaStreamMode } from '../../types/OcaMediaStreamMode.js';
|
|
12
12
|
import {
|
|
13
13
|
IOcaMediaStreamModeCapability,
|
|
14
14
|
OcaMediaStreamModeCapability,
|
|
15
|
-
} from '../../types/OcaMediaStreamModeCapability';
|
|
15
|
+
} from '../../types/OcaMediaStreamModeCapability.js';
|
|
16
16
|
import {
|
|
17
17
|
IOcaMediaTransportTimingParameters,
|
|
18
18
|
OcaMediaTransportTimingParameters,
|
|
19
|
-
} from '../../types/OcaMediaTransportTimingParameters';
|
|
20
|
-
import { OcaPort } from '../../types/OcaPort';
|
|
19
|
+
} from '../../types/OcaMediaTransportTimingParameters.js';
|
|
20
|
+
import { OcaPort } from '../../types/OcaPort.js';
|
|
21
21
|
import {
|
|
22
22
|
IOcaPortClockMapEntry,
|
|
23
23
|
OcaPortClockMapEntry,
|
|
24
|
-
} from '../../types/OcaPortClockMapEntry';
|
|
25
|
-
import { IOcaPortID, OcaPortID } from '../../types/OcaPortID';
|
|
26
|
-
import { OcaTimeReferenceType } from '../../types/OcaTimeReferenceType';
|
|
27
|
-
import { Arguments } from '../arguments';
|
|
28
|
-
import { PropertyEvent } from '../property_event';
|
|
29
|
-
import { RemoteDevice } from '../remote_device';
|
|
30
|
-
import { OcaNetworkApplication } from './OcaNetworkApplication';
|
|
24
|
+
} from '../../types/OcaPortClockMapEntry.js';
|
|
25
|
+
import { IOcaPortID, OcaPortID } from '../../types/OcaPortID.js';
|
|
26
|
+
import { OcaTimeReferenceType } from '../../types/OcaTimeReferenceType.js';
|
|
27
|
+
import { Arguments } from '../arguments.js';
|
|
28
|
+
import { PropertyEvent } from '../property_event.js';
|
|
29
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
30
|
+
import { OcaNetworkApplication } from './OcaNetworkApplication.js';
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
33
|
* Connection Management 4 (CM4) class. Specifies the device's control interface
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { IOcaMediaCoding } from '../../types/OcaMediaCoding';
|
|
2
|
-
import { IOcaMediaConnection } from '../../types/OcaMediaConnection';
|
|
3
|
-
import { IOcaMediaConnectorCommand } from '../../types/OcaMediaConnectorCommand';
|
|
4
|
-
import { IOcaMediaConnectorState } from '../../types/OcaMediaConnectorState';
|
|
1
|
+
import { IOcaMediaCoding } from '../../types/OcaMediaCoding.js';
|
|
2
|
+
import { IOcaMediaConnection } from '../../types/OcaMediaConnection.js';
|
|
3
|
+
import { IOcaMediaConnectorCommand } from '../../types/OcaMediaConnectorCommand.js';
|
|
4
|
+
import { IOcaMediaConnectorState } from '../../types/OcaMediaConnectorState.js';
|
|
5
5
|
import {
|
|
6
6
|
IOcaMediaConnectorStatus,
|
|
7
7
|
OcaMediaConnectorStatus,
|
|
8
|
-
} from '../../types/OcaMediaConnectorStatus';
|
|
8
|
+
} from '../../types/OcaMediaConnectorStatus.js';
|
|
9
9
|
import {
|
|
10
10
|
IOcaMediaSinkConnector,
|
|
11
11
|
OcaMediaSinkConnector,
|
|
12
|
-
} from '../../types/OcaMediaSinkConnector';
|
|
12
|
+
} from '../../types/OcaMediaSinkConnector.js';
|
|
13
13
|
import {
|
|
14
14
|
IOcaMediaSourceConnector,
|
|
15
15
|
OcaMediaSourceConnector,
|
|
16
|
-
} from '../../types/OcaMediaSourceConnector';
|
|
17
|
-
import { OcaNetworkMediaProtocol } from '../../types/OcaNetworkMediaProtocol';
|
|
18
|
-
import { OcaPort } from '../../types/OcaPort';
|
|
19
|
-
import { IOcaPortID } from '../../types/OcaPortID';
|
|
20
|
-
import { Arguments } from '../arguments';
|
|
21
|
-
import { Event } from '../event';
|
|
22
|
-
import { PropertyEvent } from '../property_event';
|
|
23
|
-
import { RemoteDevice } from '../remote_device';
|
|
24
|
-
import { OcaApplicationNetwork } from './OcaApplicationNetwork';
|
|
16
|
+
} from '../../types/OcaMediaSourceConnector.js';
|
|
17
|
+
import { OcaNetworkMediaProtocol } from '../../types/OcaNetworkMediaProtocol.js';
|
|
18
|
+
import { OcaPort } from '../../types/OcaPort.js';
|
|
19
|
+
import { IOcaPortID } from '../../types/OcaPortID.js';
|
|
20
|
+
import { Arguments } from '../arguments.js';
|
|
21
|
+
import { Event } from '../event.js';
|
|
22
|
+
import { PropertyEvent } from '../property_event.js';
|
|
23
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
24
|
+
import { OcaApplicationNetwork } from './OcaApplicationNetwork.js';
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
* @extends OcaApplicationNetwork
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
IOcaMediaTransportSession,
|
|
3
3
|
OcaMediaTransportSession,
|
|
4
|
-
} from '../../types/OcaMediaTransportSession';
|
|
4
|
+
} from '../../types/OcaMediaTransportSession.js';
|
|
5
5
|
import {
|
|
6
6
|
IOcaMediaTransportSessionConnection,
|
|
7
7
|
OcaMediaTransportSessionConnection,
|
|
8
|
-
} from '../../types/OcaMediaTransportSessionConnection';
|
|
9
|
-
import { OcaMediaTransportSessionStatus } from '../../types/OcaMediaTransportSessionStatus';
|
|
10
|
-
import { PropertyEvent } from '../property_event';
|
|
11
|
-
import { RemoteDevice } from '../remote_device';
|
|
12
|
-
import { OcaAgent } from './OcaAgent';
|
|
8
|
+
} from '../../types/OcaMediaTransportSessionConnection.js';
|
|
9
|
+
import { OcaMediaTransportSessionStatus } from '../../types/OcaMediaTransportSessionStatus.js';
|
|
10
|
+
import { PropertyEvent } from '../property_event.js';
|
|
11
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
12
|
+
import { OcaAgent } from './OcaAgent.js';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Agent to set up, monitor, control, and take down media transport sessions.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IOcaMuteState, OcaMuteState } from '../../types/OcaMuteState';
|
|
2
|
-
import { PropertyEvent } from '../property_event';
|
|
3
|
-
import { RemoteDevice } from '../remote_device';
|
|
4
|
-
import { OcaActuator } from './OcaActuator';
|
|
1
|
+
import { IOcaMuteState, OcaMuteState } from '../../types/OcaMuteState.js';
|
|
2
|
+
import { PropertyEvent } from '../property_event.js';
|
|
3
|
+
import { RemoteDevice } from '../remote_device.js';
|
|
4
|
+
import { OcaActuator } from './OcaActuator.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Signal mute.
|