@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
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/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -7,13 +7,15 @@
|
|
|
7
7
|
import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
|
|
8
8
|
import { Attribute, Command, OptionalCommand, OptionalEvent } from "../cluster/Cluster.js";
|
|
9
9
|
import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
10
|
+
import { StatusResponseError } from "../common/StatusResponseError.js";
|
|
11
|
+
import { Status as GlobalStatus } from "../globals/Status.js";
|
|
10
12
|
import { BitFlag } from "../schema/BitmapSchema.js";
|
|
11
13
|
import { Identity } from "#general";
|
|
12
14
|
export declare namespace MediaPlayback {
|
|
13
15
|
/**
|
|
14
16
|
* These are optional features supported by MediaPlaybackCluster.
|
|
15
17
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
18
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4
|
|
17
19
|
*/
|
|
18
20
|
enum Feature {
|
|
19
21
|
/**
|
|
@@ -23,7 +25,7 @@ export declare namespace MediaPlayback {
|
|
|
23
25
|
* to a specific location using time offsets. This enables clients to implement more advanced media seeking
|
|
24
26
|
* behavior in their user interface, for instance a "seek bar".
|
|
25
27
|
*
|
|
26
|
-
* @see {@link MatterSpecification.
|
|
28
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.1
|
|
27
29
|
*/
|
|
28
30
|
AdvancedSeek = "AdvancedSeek",
|
|
29
31
|
/**
|
|
@@ -31,7 +33,7 @@ export declare namespace MediaPlayback {
|
|
|
31
33
|
*
|
|
32
34
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
33
35
|
*
|
|
34
|
-
* @see {@link MatterSpecification.
|
|
36
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.2
|
|
35
37
|
*/
|
|
36
38
|
VariableSpeed = "VariableSpeed",
|
|
37
39
|
/**
|
|
@@ -39,7 +41,7 @@ export declare namespace MediaPlayback {
|
|
|
39
41
|
*
|
|
40
42
|
* This feature is for a device or app that supports Text Tracks.
|
|
41
43
|
*
|
|
42
|
-
* @see {@link MatterSpecification.
|
|
44
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.3
|
|
43
45
|
*/
|
|
44
46
|
TextTracks = "TextTracks",
|
|
45
47
|
/**
|
|
@@ -47,7 +49,7 @@ export declare namespace MediaPlayback {
|
|
|
47
49
|
*
|
|
48
50
|
* This feature is for a device or app that supports Audio Tracks.
|
|
49
51
|
*
|
|
50
|
-
* @see {@link MatterSpecification.
|
|
52
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.4
|
|
51
53
|
*/
|
|
52
54
|
AudioTracks = "AudioTracks",
|
|
53
55
|
/**
|
|
@@ -59,20 +61,20 @@ export declare namespace MediaPlayback {
|
|
|
59
61
|
*
|
|
60
62
|
* A cluster implementing AA shall implement AS.
|
|
61
63
|
*
|
|
62
|
-
* @see {@link MatterSpecification.
|
|
64
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.5
|
|
63
65
|
*/
|
|
64
66
|
AudioAdvance = "AudioAdvance"
|
|
65
67
|
}
|
|
66
68
|
/**
|
|
67
69
|
* This structure defines a playback position within a media stream being played.
|
|
68
70
|
*
|
|
69
|
-
* @see {@link MatterSpecification.
|
|
71
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4
|
|
70
72
|
*/
|
|
71
73
|
const TlvPlaybackPosition: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
72
74
|
/**
|
|
73
75
|
* This field shall indicate the time when the position was last updated.
|
|
74
76
|
*
|
|
75
|
-
* @see {@link MatterSpecification.
|
|
77
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.1
|
|
76
78
|
*/
|
|
77
79
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
78
80
|
/**
|
|
@@ -84,21 +86,21 @@ export declare namespace MediaPlayback {
|
|
|
84
86
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
85
87
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
86
88
|
*
|
|
87
|
-
* @see {@link MatterSpecification.
|
|
89
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.2
|
|
88
90
|
*/
|
|
89
91
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
90
92
|
}>;
|
|
91
93
|
/**
|
|
92
94
|
* This structure defines a playback position within a media stream being played.
|
|
93
95
|
*
|
|
94
|
-
* @see {@link MatterSpecification.
|
|
96
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4
|
|
95
97
|
*/
|
|
96
98
|
interface PlaybackPosition extends TypeFromSchema<typeof TlvPlaybackPosition> {
|
|
97
99
|
}
|
|
98
100
|
/**
|
|
99
101
|
* Input to the MediaPlayback seek command
|
|
100
102
|
*
|
|
101
|
-
* @see {@link MatterSpecification.
|
|
103
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.11
|
|
102
104
|
*/
|
|
103
105
|
const TlvSeekRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
104
106
|
/**
|
|
@@ -109,19 +111,19 @@ export declare namespace MediaPlayback {
|
|
|
109
111
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
110
112
|
* playback.
|
|
111
113
|
*
|
|
112
|
-
* @see {@link MatterSpecification.
|
|
114
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.11.1
|
|
113
115
|
*/
|
|
114
116
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
115
117
|
}>;
|
|
116
118
|
/**
|
|
117
119
|
* Input to the MediaPlayback seek command
|
|
118
120
|
*
|
|
119
|
-
* @see {@link MatterSpecification.
|
|
121
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.11
|
|
120
122
|
*/
|
|
121
123
|
interface SeekRequest extends TypeFromSchema<typeof TlvSeekRequest> {
|
|
122
124
|
}
|
|
123
125
|
/**
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
126
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.2
|
|
125
127
|
*/
|
|
126
128
|
enum Status {
|
|
127
129
|
/**
|
|
@@ -151,34 +153,74 @@ export declare namespace MediaPlayback {
|
|
|
151
153
|
*/
|
|
152
154
|
SeekOutOfRange = 5
|
|
153
155
|
}
|
|
156
|
+
/**
|
|
157
|
+
* Thrown for cluster status code {@link Status.InvalidStateForCommand}.
|
|
158
|
+
*
|
|
159
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.2
|
|
160
|
+
*/
|
|
161
|
+
class InvalidStateForCommandError extends StatusResponseError {
|
|
162
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Thrown for cluster status code {@link Status.NotAllowed}.
|
|
166
|
+
*
|
|
167
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.2
|
|
168
|
+
*/
|
|
169
|
+
class NotAllowedError extends StatusResponseError {
|
|
170
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* Thrown for cluster status code {@link Status.NotActive}.
|
|
174
|
+
*
|
|
175
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.2
|
|
176
|
+
*/
|
|
177
|
+
class NotActiveError extends StatusResponseError {
|
|
178
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* Thrown for cluster status code {@link Status.SpeedOutOfRange}.
|
|
182
|
+
*
|
|
183
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.2
|
|
184
|
+
*/
|
|
185
|
+
class SpeedOutOfRangeError extends StatusResponseError {
|
|
186
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Thrown for cluster status code {@link Status.SeekOutOfRange}.
|
|
190
|
+
*
|
|
191
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.2
|
|
192
|
+
*/
|
|
193
|
+
class SeekOutOfRangeError extends StatusResponseError {
|
|
194
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
195
|
+
}
|
|
154
196
|
/**
|
|
155
197
|
* This command shall be generated in response to various Playback Commands.
|
|
156
198
|
*
|
|
157
|
-
* @see {@link MatterSpecification.
|
|
199
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12
|
|
158
200
|
*/
|
|
159
201
|
const TlvPlaybackResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
160
202
|
/**
|
|
161
203
|
* This field shall indicate the status of the command which resulted in this response.
|
|
162
204
|
*
|
|
163
|
-
* @see {@link MatterSpecification.
|
|
205
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
164
206
|
*/
|
|
165
207
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
166
208
|
/**
|
|
167
209
|
* This field shall indicate Optional app-specific data.
|
|
168
210
|
*
|
|
169
|
-
* @see {@link MatterSpecification.
|
|
211
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
170
212
|
*/
|
|
171
213
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
172
214
|
}>;
|
|
173
215
|
/**
|
|
174
216
|
* This command shall be generated in response to various Playback Commands.
|
|
175
217
|
*
|
|
176
|
-
* @see {@link MatterSpecification.
|
|
218
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12
|
|
177
219
|
*/
|
|
178
220
|
interface PlaybackResponse extends TypeFromSchema<typeof TlvPlaybackResponse> {
|
|
179
221
|
}
|
|
180
222
|
/**
|
|
181
|
-
* @see {@link MatterSpecification.
|
|
223
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.3
|
|
182
224
|
*/
|
|
183
225
|
enum Characteristic {
|
|
184
226
|
/**
|
|
@@ -269,76 +311,76 @@ export declare namespace MediaPlayback {
|
|
|
269
311
|
/**
|
|
270
312
|
* This structure includes the attributes associated with a Text/Audio Track
|
|
271
313
|
*
|
|
272
|
-
* @see {@link MatterSpecification.
|
|
314
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6
|
|
273
315
|
*/
|
|
274
316
|
const TlvTrackAttributes: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
275
317
|
/**
|
|
276
318
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
277
319
|
* identifies the primary language used in the Track.
|
|
278
320
|
*
|
|
279
|
-
* @see {@link MatterSpecification.
|
|
321
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
280
322
|
*/
|
|
281
323
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
282
324
|
/**
|
|
283
325
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
284
326
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
285
327
|
*
|
|
286
|
-
* @see {@link MatterSpecification.
|
|
328
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
287
329
|
*/
|
|
288
330
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
289
331
|
/**
|
|
290
332
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
291
333
|
* there is no DisplayName corresponding to the Track.
|
|
292
334
|
*
|
|
293
|
-
* @see {@link MatterSpecification.
|
|
335
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
294
336
|
*/
|
|
295
337
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
296
338
|
}>;
|
|
297
339
|
/**
|
|
298
340
|
* This structure includes the attributes associated with a Text/Audio Track
|
|
299
341
|
*
|
|
300
|
-
* @see {@link MatterSpecification.
|
|
342
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6
|
|
301
343
|
*/
|
|
302
344
|
interface TrackAttributes extends TypeFromSchema<typeof TlvTrackAttributes> {
|
|
303
345
|
}
|
|
304
346
|
/**
|
|
305
347
|
* This structure defines a uniquely identifiable Text Track or Audio Track.
|
|
306
348
|
*
|
|
307
|
-
* @see {@link MatterSpecification.
|
|
349
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5
|
|
308
350
|
*/
|
|
309
351
|
const TlvTrack: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
310
352
|
/**
|
|
311
353
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
312
354
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
313
355
|
*
|
|
314
|
-
* @see {@link MatterSpecification.
|
|
356
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
315
357
|
*/
|
|
316
358
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
317
359
|
/**
|
|
318
360
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
319
361
|
*
|
|
320
|
-
* @see {@link MatterSpecification.
|
|
362
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
321
363
|
*/
|
|
322
364
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
323
365
|
/**
|
|
324
366
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
325
367
|
* identifies the primary language used in the Track.
|
|
326
368
|
*
|
|
327
|
-
* @see {@link MatterSpecification.
|
|
369
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
328
370
|
*/
|
|
329
371
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
330
372
|
/**
|
|
331
373
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
332
374
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
333
375
|
*
|
|
334
|
-
* @see {@link MatterSpecification.
|
|
376
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
335
377
|
*/
|
|
336
378
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
337
379
|
/**
|
|
338
380
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
339
381
|
* there is no DisplayName corresponding to the Track.
|
|
340
382
|
*
|
|
341
|
-
* @see {@link MatterSpecification.
|
|
383
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
342
384
|
*/
|
|
343
385
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
344
386
|
}>>;
|
|
@@ -346,20 +388,20 @@ export declare namespace MediaPlayback {
|
|
|
346
388
|
/**
|
|
347
389
|
* This structure defines a uniquely identifiable Text Track or Audio Track.
|
|
348
390
|
*
|
|
349
|
-
* @see {@link MatterSpecification.
|
|
391
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5
|
|
350
392
|
*/
|
|
351
393
|
interface Track extends TypeFromSchema<typeof TlvTrack> {
|
|
352
394
|
}
|
|
353
395
|
/**
|
|
354
396
|
* Input to the MediaPlayback activateAudioTrack command
|
|
355
397
|
*
|
|
356
|
-
* @see {@link MatterSpecification.
|
|
398
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13
|
|
357
399
|
*/
|
|
358
400
|
const TlvActivateAudioTrackRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
359
401
|
/**
|
|
360
402
|
* This field shall indicate the Audio Track to activate.
|
|
361
403
|
*
|
|
362
|
-
* @see {@link MatterSpecification.
|
|
404
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13.1
|
|
363
405
|
*/
|
|
364
406
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
365
407
|
/**
|
|
@@ -368,41 +410,41 @@ export declare namespace MediaPlayback {
|
|
|
368
410
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
369
411
|
* output(s) to play the Audio Track on.
|
|
370
412
|
*
|
|
371
|
-
* @see {@link MatterSpecification.
|
|
413
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13.2
|
|
372
414
|
*/
|
|
373
415
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
374
416
|
}>;
|
|
375
417
|
/**
|
|
376
418
|
* Input to the MediaPlayback activateAudioTrack command
|
|
377
419
|
*
|
|
378
|
-
* @see {@link MatterSpecification.
|
|
420
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13
|
|
379
421
|
*/
|
|
380
422
|
interface ActivateAudioTrackRequest extends TypeFromSchema<typeof TlvActivateAudioTrackRequest> {
|
|
381
423
|
}
|
|
382
424
|
/**
|
|
383
425
|
* Input to the MediaPlayback activateTextTrack command
|
|
384
426
|
*
|
|
385
|
-
* @see {@link MatterSpecification.
|
|
427
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.14
|
|
386
428
|
*/
|
|
387
429
|
const TlvActivateTextTrackRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
388
430
|
/**
|
|
389
431
|
* This field shall indicate the Text Track to activate.
|
|
390
432
|
*
|
|
391
|
-
* @see {@link MatterSpecification.
|
|
433
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.14.1
|
|
392
434
|
*/
|
|
393
435
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
394
436
|
}>;
|
|
395
437
|
/**
|
|
396
438
|
* Input to the MediaPlayback activateTextTrack command
|
|
397
439
|
*
|
|
398
|
-
* @see {@link MatterSpecification.
|
|
440
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.14
|
|
399
441
|
*/
|
|
400
442
|
interface ActivateTextTrackRequest extends TypeFromSchema<typeof TlvActivateTextTrackRequest> {
|
|
401
443
|
}
|
|
402
444
|
/**
|
|
403
445
|
* Input to the MediaPlayback rewind command
|
|
404
446
|
*
|
|
405
|
-
* @see {@link MatterSpecification.
|
|
447
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.7
|
|
406
448
|
*/
|
|
407
449
|
const TlvRewindRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
408
450
|
/**
|
|
@@ -411,21 +453,21 @@ export declare namespace MediaPlayback {
|
|
|
411
453
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
412
454
|
* down to a low level and/or unplugged.
|
|
413
455
|
*
|
|
414
|
-
* @see {@link MatterSpecification.
|
|
456
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.7.1
|
|
415
457
|
*/
|
|
416
458
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
417
459
|
}>;
|
|
418
460
|
/**
|
|
419
461
|
* Input to the MediaPlayback rewind command
|
|
420
462
|
*
|
|
421
|
-
* @see {@link MatterSpecification.
|
|
463
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.7
|
|
422
464
|
*/
|
|
423
465
|
interface RewindRequest extends TypeFromSchema<typeof TlvRewindRequest> {
|
|
424
466
|
}
|
|
425
467
|
/**
|
|
426
468
|
* Input to the MediaPlayback fastForward command
|
|
427
469
|
*
|
|
428
|
-
* @see {@link MatterSpecification.
|
|
470
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.8
|
|
429
471
|
*/
|
|
430
472
|
const TlvFastForwardRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
431
473
|
/**
|
|
@@ -434,19 +476,19 @@ export declare namespace MediaPlayback {
|
|
|
434
476
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
435
477
|
* down to a low level and/or unplugged.
|
|
436
478
|
*
|
|
437
|
-
* @see {@link MatterSpecification.
|
|
479
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.8.1
|
|
438
480
|
*/
|
|
439
481
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
440
482
|
}>;
|
|
441
483
|
/**
|
|
442
484
|
* Input to the MediaPlayback fastForward command
|
|
443
485
|
*
|
|
444
|
-
* @see {@link MatterSpecification.
|
|
486
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.8
|
|
445
487
|
*/
|
|
446
488
|
interface FastForwardRequest extends TypeFromSchema<typeof TlvFastForwardRequest> {
|
|
447
489
|
}
|
|
448
490
|
/**
|
|
449
|
-
* @see {@link MatterSpecification.
|
|
491
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.1
|
|
450
492
|
*/
|
|
451
493
|
enum PlaybackState {
|
|
452
494
|
/**
|
|
@@ -469,7 +511,7 @@ export declare namespace MediaPlayback {
|
|
|
469
511
|
/**
|
|
470
512
|
* Input to the MediaPlayback skipForward command
|
|
471
513
|
*
|
|
472
|
-
* @see {@link MatterSpecification.
|
|
514
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.9
|
|
473
515
|
*/
|
|
474
516
|
const TlvSkipForwardRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
475
517
|
/**
|
|
@@ -480,21 +522,21 @@ export declare namespace MediaPlayback {
|
|
|
480
522
|
* should be set to that furthest valid position. If the SampledPosition attribute is supported it shall be
|
|
481
523
|
* updated on the cluster accordingly.
|
|
482
524
|
*
|
|
483
|
-
* @see {@link MatterSpecification.
|
|
525
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.9.1
|
|
484
526
|
*/
|
|
485
527
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
486
528
|
}>;
|
|
487
529
|
/**
|
|
488
530
|
* Input to the MediaPlayback skipForward command
|
|
489
531
|
*
|
|
490
|
-
* @see {@link MatterSpecification.
|
|
532
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.9
|
|
491
533
|
*/
|
|
492
534
|
interface SkipForwardRequest extends TypeFromSchema<typeof TlvSkipForwardRequest> {
|
|
493
535
|
}
|
|
494
536
|
/**
|
|
495
537
|
* Input to the MediaPlayback skipBackward command
|
|
496
538
|
*
|
|
497
|
-
* @see {@link MatterSpecification.
|
|
539
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.10
|
|
498
540
|
*/
|
|
499
541
|
const TlvSkipBackwardRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
500
542
|
/**
|
|
@@ -505,55 +547,55 @@ export declare namespace MediaPlayback {
|
|
|
505
547
|
* set to that earliest valid position. If the SampledPosition attribute is supported it shall be updated on the
|
|
506
548
|
* cluster accordingly.
|
|
507
549
|
*
|
|
508
|
-
* @see {@link MatterSpecification.
|
|
550
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.10.1
|
|
509
551
|
*/
|
|
510
552
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
511
553
|
}>;
|
|
512
554
|
/**
|
|
513
555
|
* Input to the MediaPlayback skipBackward command
|
|
514
556
|
*
|
|
515
|
-
* @see {@link MatterSpecification.
|
|
557
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.10
|
|
516
558
|
*/
|
|
517
559
|
interface SkipBackwardRequest extends TypeFromSchema<typeof TlvSkipBackwardRequest> {
|
|
518
560
|
}
|
|
519
561
|
/**
|
|
520
562
|
* Body of the MediaPlayback stateChanged event
|
|
521
563
|
*
|
|
522
|
-
* @see {@link MatterSpecification.
|
|
564
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1
|
|
523
565
|
*/
|
|
524
566
|
const TlvStateChangedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
525
567
|
/**
|
|
526
568
|
* This field shall indicate the updated playback state as defined by the CurrentState attribute, and has the
|
|
527
569
|
* same constraint as that attribute.
|
|
528
570
|
*
|
|
529
|
-
* @see {@link MatterSpecification.
|
|
571
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.1
|
|
530
572
|
*/
|
|
531
573
|
currentState: import("../tlv/TlvObject.js").FieldType<PlaybackState>;
|
|
532
574
|
/**
|
|
533
575
|
* This field shall indicate the updated start time as defined by the StartTime attribute, and has the same
|
|
534
576
|
* constraint as that attribute.
|
|
535
577
|
*
|
|
536
|
-
* @see {@link MatterSpecification.
|
|
578
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.2
|
|
537
579
|
*/
|
|
538
580
|
startTime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
539
581
|
/**
|
|
540
582
|
* This field shall indicate the updated duration as defined by the Duration attribute, and has the same
|
|
541
583
|
* constraint as that attribute.
|
|
542
584
|
*
|
|
543
|
-
* @see {@link MatterSpecification.
|
|
585
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.3
|
|
544
586
|
*/
|
|
545
587
|
duration: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
546
588
|
/**
|
|
547
589
|
* This field shall indicate the updated position of playback as defined by the SampledPosition attribute, and
|
|
548
590
|
* has the same constraint as that attribute.
|
|
549
591
|
*
|
|
550
|
-
* @see {@link MatterSpecification.
|
|
592
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.4
|
|
551
593
|
*/
|
|
552
594
|
sampledPosition: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
553
595
|
/**
|
|
554
596
|
* This field shall indicate the time when the position was last updated.
|
|
555
597
|
*
|
|
556
|
-
* @see {@link MatterSpecification.
|
|
598
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.1
|
|
557
599
|
*/
|
|
558
600
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
559
601
|
/**
|
|
@@ -565,7 +607,7 @@ export declare namespace MediaPlayback {
|
|
|
565
607
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
566
608
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
567
609
|
*
|
|
568
|
-
* @see {@link MatterSpecification.
|
|
610
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.2
|
|
569
611
|
*/
|
|
570
612
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
571
613
|
}>>;
|
|
@@ -573,27 +615,27 @@ export declare namespace MediaPlayback {
|
|
|
573
615
|
* This field shall indicate the updated speed at which the current media is being played as defined by the
|
|
574
616
|
* PlaybackSpeed attribute, and has the same constraint as that attribute.
|
|
575
617
|
*
|
|
576
|
-
* @see {@link MatterSpecification.
|
|
618
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.5
|
|
577
619
|
*/
|
|
578
620
|
playbackSpeed: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
579
621
|
/**
|
|
580
622
|
* This field shall indicate the updated start of the seek range end as defined by the SeekRangeEnd attribute,
|
|
581
623
|
* and has the same constraint as that attribute.
|
|
582
624
|
*
|
|
583
|
-
* @see {@link MatterSpecification.
|
|
625
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.7
|
|
584
626
|
*/
|
|
585
627
|
seekRangeEnd: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
586
628
|
/**
|
|
587
629
|
* This field shall indicate the updated start of the seek range start as defined by the SeekRangeStart
|
|
588
630
|
* attribute, and has the same constraint as that attribute.
|
|
589
631
|
*
|
|
590
|
-
* @see {@link MatterSpecification.
|
|
632
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.6
|
|
591
633
|
*/
|
|
592
634
|
seekRangeStart: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
593
635
|
/**
|
|
594
636
|
* This field shall indicate Optional app-specific data.
|
|
595
637
|
*
|
|
596
|
-
* @see {@link MatterSpecification.
|
|
638
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.8
|
|
597
639
|
*/
|
|
598
640
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
599
641
|
/**
|
|
@@ -605,14 +647,14 @@ export declare namespace MediaPlayback {
|
|
|
605
647
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
606
648
|
* down to a low level and/or unplugged.
|
|
607
649
|
*
|
|
608
|
-
* @see {@link MatterSpecification.
|
|
650
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.9
|
|
609
651
|
*/
|
|
610
652
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
611
653
|
}>;
|
|
612
654
|
/**
|
|
613
655
|
* Body of the MediaPlayback stateChanged event
|
|
614
656
|
*
|
|
615
|
-
* @see {@link MatterSpecification.
|
|
657
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1
|
|
616
658
|
*/
|
|
617
659
|
interface StateChangedEvent extends TypeFromSchema<typeof TlvStateChangedEvent> {
|
|
618
660
|
}
|
|
@@ -627,7 +669,7 @@ export declare namespace MediaPlayback {
|
|
|
627
669
|
* video-on-demand). This time is a UTC time. The client needs to handle conversion to local time, as
|
|
628
670
|
* required, taking in account time zone and possible local DST offset.
|
|
629
671
|
*
|
|
630
|
-
* @see {@link MatterSpecification.
|
|
672
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.2
|
|
631
673
|
*/
|
|
632
674
|
readonly startTime: Attribute<number | bigint | null, any>;
|
|
633
675
|
/**
|
|
@@ -635,7 +677,7 @@ export declare namespace MediaPlayback {
|
|
|
635
677
|
* not applicable (for example, in live streaming content with no known duration). This attribute shall
|
|
636
678
|
* never be 0.
|
|
637
679
|
*
|
|
638
|
-
* @see {@link MatterSpecification.
|
|
680
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.3
|
|
639
681
|
*/
|
|
640
682
|
readonly duration: Attribute<number | bigint | null, any>;
|
|
641
683
|
/**
|
|
@@ -656,13 +698,13 @@ export declare namespace MediaPlayback {
|
|
|
656
698
|
*
|
|
657
699
|
* • Updating of playback speed as a result of explicit request, or as a result of buffering events
|
|
658
700
|
*
|
|
659
|
-
* @see {@link MatterSpecification.
|
|
701
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.4
|
|
660
702
|
*/
|
|
661
703
|
readonly sampledPosition: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
662
704
|
/**
|
|
663
705
|
* This field shall indicate the time when the position was last updated.
|
|
664
706
|
*
|
|
665
|
-
* @see {@link MatterSpecification.
|
|
707
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.1
|
|
666
708
|
*/
|
|
667
709
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
668
710
|
/**
|
|
@@ -674,7 +716,7 @@ export declare namespace MediaPlayback {
|
|
|
674
716
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
675
717
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
676
718
|
*
|
|
677
|
-
* @see {@link MatterSpecification.
|
|
719
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.2
|
|
678
720
|
*/
|
|
679
721
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
680
722
|
}> | null, any>;
|
|
@@ -709,7 +751,7 @@ export declare namespace MediaPlayback {
|
|
|
709
751
|
*
|
|
710
752
|
* Following examples illustrate the PlaybackSpeed attribute values in various conditions.
|
|
711
753
|
*
|
|
712
|
-
* @see {@link MatterSpecification.
|
|
754
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.5
|
|
713
755
|
*/
|
|
714
756
|
readonly playbackSpeed: Attribute<number, any>;
|
|
715
757
|
/**
|
|
@@ -720,14 +762,14 @@ export declare namespace MediaPlayback {
|
|
|
720
762
|
* truncating fractional milliseconds towards 0. A value of Nas when StartTime is not specified shall
|
|
721
763
|
* indicate that seeking forward is not allowed.
|
|
722
764
|
*
|
|
723
|
-
* @see {@link MatterSpecification.
|
|
765
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.7
|
|
724
766
|
*/
|
|
725
767
|
readonly seekRangeEnd: Attribute<number | bigint | null, any>;
|
|
726
768
|
/**
|
|
727
769
|
* Indicates the earliest valid position to which a client may seek back, in milliseconds from start of the
|
|
728
770
|
* media. A value of Nas shall indicate that seeking backwards is not allowed.
|
|
729
771
|
*
|
|
730
|
-
* @see {@link MatterSpecification.
|
|
772
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.6
|
|
731
773
|
*/
|
|
732
774
|
readonly seekRangeStart: Attribute<number | bigint | null, any>;
|
|
733
775
|
};
|
|
@@ -735,7 +777,7 @@ export declare namespace MediaPlayback {
|
|
|
735
777
|
/**
|
|
736
778
|
* Upon receipt, this shall change the playback position in the media to the given position.
|
|
737
779
|
*
|
|
738
|
-
* @see {@link MatterSpecification.
|
|
780
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.11
|
|
739
781
|
*/
|
|
740
782
|
readonly seek: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
741
783
|
/**
|
|
@@ -746,20 +788,20 @@ export declare namespace MediaPlayback {
|
|
|
746
788
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
747
789
|
* playback.
|
|
748
790
|
*
|
|
749
|
-
* @see {@link MatterSpecification.
|
|
791
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.11.1
|
|
750
792
|
*/
|
|
751
793
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
752
794
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
753
795
|
/**
|
|
754
796
|
* This field shall indicate the status of the command which resulted in this response.
|
|
755
797
|
*
|
|
756
|
-
* @see {@link MatterSpecification.
|
|
798
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
757
799
|
*/
|
|
758
800
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
759
801
|
/**
|
|
760
802
|
* This field shall indicate Optional app-specific data.
|
|
761
803
|
*
|
|
762
|
-
* @see {@link MatterSpecification.
|
|
804
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
763
805
|
*/
|
|
764
806
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
765
807
|
}>, any>;
|
|
@@ -774,41 +816,41 @@ export declare namespace MediaPlayback {
|
|
|
774
816
|
* ActiveTrack refers to the Audio track currently set and being used for the streaming media. A value of
|
|
775
817
|
* null shall indicate that no Audio Track corresponding to the current media is currently being played.
|
|
776
818
|
*
|
|
777
|
-
* @see {@link MatterSpecification.
|
|
819
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.8
|
|
778
820
|
*/
|
|
779
821
|
readonly activeAudioTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
780
822
|
/**
|
|
781
823
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
782
824
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
783
825
|
*
|
|
784
|
-
* @see {@link MatterSpecification.
|
|
826
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
785
827
|
*/
|
|
786
828
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
787
829
|
/**
|
|
788
830
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
789
831
|
*
|
|
790
|
-
* @see {@link MatterSpecification.
|
|
832
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
791
833
|
*/
|
|
792
834
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
793
835
|
/**
|
|
794
836
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
795
837
|
* identifies the primary language used in the Track.
|
|
796
838
|
*
|
|
797
|
-
* @see {@link MatterSpecification.
|
|
839
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
798
840
|
*/
|
|
799
841
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
800
842
|
/**
|
|
801
843
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
802
844
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
803
845
|
*
|
|
804
|
-
* @see {@link MatterSpecification.
|
|
846
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
805
847
|
*/
|
|
806
848
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
807
849
|
/**
|
|
808
850
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
809
851
|
* there is no DisplayName corresponding to the Track.
|
|
810
852
|
*
|
|
811
|
-
* @see {@link MatterSpecification.
|
|
853
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
812
854
|
*/
|
|
813
855
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
814
856
|
}>>;
|
|
@@ -818,41 +860,41 @@ export declare namespace MediaPlayback {
|
|
|
818
860
|
* value of null shall indicate that no Audio Tracks corresponding to the current media are selectable by
|
|
819
861
|
* the client.
|
|
820
862
|
*
|
|
821
|
-
* @see {@link MatterSpecification.
|
|
863
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.9
|
|
822
864
|
*/
|
|
823
865
|
readonly availableAudioTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
824
866
|
/**
|
|
825
867
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
826
868
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
827
869
|
*
|
|
828
|
-
* @see {@link MatterSpecification.
|
|
870
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
829
871
|
*/
|
|
830
872
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
831
873
|
/**
|
|
832
874
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
833
875
|
*
|
|
834
|
-
* @see {@link MatterSpecification.
|
|
876
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
835
877
|
*/
|
|
836
878
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
837
879
|
/**
|
|
838
880
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
839
881
|
* identifies the primary language used in the Track.
|
|
840
882
|
*
|
|
841
|
-
* @see {@link MatterSpecification.
|
|
883
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
842
884
|
*/
|
|
843
885
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
844
886
|
/**
|
|
845
887
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
846
888
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
847
889
|
*
|
|
848
|
-
* @see {@link MatterSpecification.
|
|
890
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
849
891
|
*/
|
|
850
892
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
851
893
|
/**
|
|
852
894
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
853
895
|
* there is no DisplayName corresponding to the Track.
|
|
854
896
|
*
|
|
855
|
-
* @see {@link MatterSpecification.
|
|
897
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
856
898
|
*/
|
|
857
899
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
858
900
|
}>>;
|
|
@@ -865,13 +907,13 @@ export declare namespace MediaPlayback {
|
|
|
865
907
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
866
908
|
* the server will return an error status of INVALID_ARGUMENT.
|
|
867
909
|
*
|
|
868
|
-
* @see {@link MatterSpecification.
|
|
910
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13
|
|
869
911
|
*/
|
|
870
912
|
readonly activateAudioTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
871
913
|
/**
|
|
872
914
|
* This field shall indicate the Audio Track to activate.
|
|
873
915
|
*
|
|
874
|
-
* @see {@link MatterSpecification.
|
|
916
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13.1
|
|
875
917
|
*/
|
|
876
918
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
877
919
|
/**
|
|
@@ -880,7 +922,7 @@ export declare namespace MediaPlayback {
|
|
|
880
922
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
881
923
|
* output(s) to play the Audio Track on.
|
|
882
924
|
*
|
|
883
|
-
* @see {@link MatterSpecification.
|
|
925
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13.2
|
|
884
926
|
*/
|
|
885
927
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
886
928
|
}>, void, any>;
|
|
@@ -896,41 +938,41 @@ export declare namespace MediaPlayback {
|
|
|
896
938
|
* nil. A value of null shall indicate that no Text Track corresponding to the current media is currently
|
|
897
939
|
* being displayed.
|
|
898
940
|
*
|
|
899
|
-
* @see {@link MatterSpecification.
|
|
941
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.10
|
|
900
942
|
*/
|
|
901
943
|
readonly activeTextTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
902
944
|
/**
|
|
903
945
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
904
946
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
905
947
|
*
|
|
906
|
-
* @see {@link MatterSpecification.
|
|
948
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
907
949
|
*/
|
|
908
950
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
909
951
|
/**
|
|
910
952
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
911
953
|
*
|
|
912
|
-
* @see {@link MatterSpecification.
|
|
954
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
913
955
|
*/
|
|
914
956
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
915
957
|
/**
|
|
916
958
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
917
959
|
* identifies the primary language used in the Track.
|
|
918
960
|
*
|
|
919
|
-
* @see {@link MatterSpecification.
|
|
961
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
920
962
|
*/
|
|
921
963
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
922
964
|
/**
|
|
923
965
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
924
966
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
925
967
|
*
|
|
926
|
-
* @see {@link MatterSpecification.
|
|
968
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
927
969
|
*/
|
|
928
970
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
929
971
|
/**
|
|
930
972
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
931
973
|
* there is no DisplayName corresponding to the Track.
|
|
932
974
|
*
|
|
933
|
-
* @see {@link MatterSpecification.
|
|
975
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
934
976
|
*/
|
|
935
977
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
936
978
|
}>>;
|
|
@@ -940,41 +982,41 @@ export declare namespace MediaPlayback {
|
|
|
940
982
|
* can be an empty list. A value of null shall indicate that no Text Tracks corresponding to the current
|
|
941
983
|
* media are selectable by the client.
|
|
942
984
|
*
|
|
943
|
-
* @see {@link MatterSpecification.
|
|
985
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.11
|
|
944
986
|
*/
|
|
945
987
|
readonly availableTextTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
946
988
|
/**
|
|
947
989
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
948
990
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
949
991
|
*
|
|
950
|
-
* @see {@link MatterSpecification.
|
|
992
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
951
993
|
*/
|
|
952
994
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
953
995
|
/**
|
|
954
996
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
955
997
|
*
|
|
956
|
-
* @see {@link MatterSpecification.
|
|
998
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
957
999
|
*/
|
|
958
1000
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
959
1001
|
/**
|
|
960
1002
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
961
1003
|
* identifies the primary language used in the Track.
|
|
962
1004
|
*
|
|
963
|
-
* @see {@link MatterSpecification.
|
|
1005
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
964
1006
|
*/
|
|
965
1007
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
966
1008
|
/**
|
|
967
1009
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
968
1010
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
969
1011
|
*
|
|
970
|
-
* @see {@link MatterSpecification.
|
|
1012
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
971
1013
|
*/
|
|
972
1014
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
973
1015
|
/**
|
|
974
1016
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
975
1017
|
* there is no DisplayName corresponding to the Track.
|
|
976
1018
|
*
|
|
977
|
-
* @see {@link MatterSpecification.
|
|
1019
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
978
1020
|
*/
|
|
979
1021
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
980
1022
|
}>>;
|
|
@@ -987,13 +1029,13 @@ export declare namespace MediaPlayback {
|
|
|
987
1029
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
988
1030
|
* the server shall return an error status of INVALID_ARGUMENT.
|
|
989
1031
|
*
|
|
990
|
-
* @see {@link MatterSpecification.
|
|
1032
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.14
|
|
991
1033
|
*/
|
|
992
1034
|
readonly activateTextTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
993
1035
|
/**
|
|
994
1036
|
* This field shall indicate the Text Track to activate.
|
|
995
1037
|
*
|
|
996
|
-
* @see {@link MatterSpecification.
|
|
1038
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.14.1
|
|
997
1039
|
*/
|
|
998
1040
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
999
1041
|
}>, void, any>;
|
|
@@ -1001,7 +1043,7 @@ export declare namespace MediaPlayback {
|
|
|
1001
1043
|
* If a Text Track is active (i.e. being displayed), upon receipt of this command, the server shall stop
|
|
1002
1044
|
* displaying it.
|
|
1003
1045
|
*
|
|
1004
|
-
* @see {@link MatterSpecification.
|
|
1046
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.15
|
|
1005
1047
|
*/
|
|
1006
1048
|
readonly deactivateTextTrack: Command<void, void, any>;
|
|
1007
1049
|
};
|
|
@@ -1024,7 +1066,7 @@ export declare namespace MediaPlayback {
|
|
|
1024
1066
|
* returned. If the playback speed has reached the maximum supported speed for media playing backwards, the
|
|
1025
1067
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
1026
1068
|
*
|
|
1027
|
-
* @see {@link MatterSpecification.
|
|
1069
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.7
|
|
1028
1070
|
*/
|
|
1029
1071
|
readonly rewind: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1030
1072
|
/**
|
|
@@ -1033,20 +1075,20 @@ export declare namespace MediaPlayback {
|
|
|
1033
1075
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1034
1076
|
* down to a low level and/or unplugged.
|
|
1035
1077
|
*
|
|
1036
|
-
* @see {@link MatterSpecification.
|
|
1078
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.7.1
|
|
1037
1079
|
*/
|
|
1038
1080
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1039
1081
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1040
1082
|
/**
|
|
1041
1083
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1042
1084
|
*
|
|
1043
|
-
* @see {@link MatterSpecification.
|
|
1085
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1044
1086
|
*/
|
|
1045
1087
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1046
1088
|
/**
|
|
1047
1089
|
* This field shall indicate Optional app-specific data.
|
|
1048
1090
|
*
|
|
1049
|
-
* @see {@link MatterSpecification.
|
|
1091
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1050
1092
|
*/
|
|
1051
1093
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1052
1094
|
}>, any>;
|
|
@@ -1063,7 +1105,7 @@ export declare namespace MediaPlayback {
|
|
|
1063
1105
|
* returned. If the playback speed has reached the maximum supported speed for media playing forward, the
|
|
1064
1106
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
1065
1107
|
*
|
|
1066
|
-
* @see {@link MatterSpecification.
|
|
1108
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.8
|
|
1067
1109
|
*/
|
|
1068
1110
|
readonly fastForward: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1069
1111
|
/**
|
|
@@ -1072,20 +1114,20 @@ export declare namespace MediaPlayback {
|
|
|
1072
1114
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1073
1115
|
* down to a low level and/or unplugged.
|
|
1074
1116
|
*
|
|
1075
|
-
* @see {@link MatterSpecification.
|
|
1117
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.8.1
|
|
1076
1118
|
*/
|
|
1077
1119
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1078
1120
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1079
1121
|
/**
|
|
1080
1122
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1081
1123
|
*
|
|
1082
|
-
* @see {@link MatterSpecification.
|
|
1124
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1083
1125
|
*/
|
|
1084
1126
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1085
1127
|
/**
|
|
1086
1128
|
* This field shall indicate Optional app-specific data.
|
|
1087
1129
|
*
|
|
1088
|
-
* @see {@link MatterSpecification.
|
|
1130
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1089
1131
|
*/
|
|
1090
1132
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1091
1133
|
}>, any>;
|
|
@@ -1104,25 +1146,25 @@ export declare namespace MediaPlayback {
|
|
|
1104
1146
|
* jumping to a specific location using time offsets. This enables clients to implement more advanced media
|
|
1105
1147
|
* seeking behavior in their user interface, for instance a "seek bar".
|
|
1106
1148
|
*
|
|
1107
|
-
* @see {@link MatterSpecification.
|
|
1149
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.1
|
|
1108
1150
|
*/
|
|
1109
1151
|
readonly advancedSeek: BitFlag;
|
|
1110
1152
|
/**
|
|
1111
1153
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
1112
1154
|
*
|
|
1113
|
-
* @see {@link MatterSpecification.
|
|
1155
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.2
|
|
1114
1156
|
*/
|
|
1115
1157
|
readonly variableSpeed: BitFlag;
|
|
1116
1158
|
/**
|
|
1117
1159
|
* This feature is for a device or app that supports Text Tracks.
|
|
1118
1160
|
*
|
|
1119
|
-
* @see {@link MatterSpecification.
|
|
1161
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.3
|
|
1120
1162
|
*/
|
|
1121
1163
|
readonly textTracks: BitFlag;
|
|
1122
1164
|
/**
|
|
1123
1165
|
* This feature is for a device or app that supports Audio Tracks.
|
|
1124
1166
|
*
|
|
1125
|
-
* @see {@link MatterSpecification.
|
|
1167
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.4
|
|
1126
1168
|
*/
|
|
1127
1169
|
readonly audioTracks: BitFlag;
|
|
1128
1170
|
/**
|
|
@@ -1132,7 +1174,7 @@ export declare namespace MediaPlayback {
|
|
|
1132
1174
|
*
|
|
1133
1175
|
* A cluster implementing AA shall implement AS.
|
|
1134
1176
|
*
|
|
1135
|
-
* @see {@link MatterSpecification.
|
|
1177
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.5
|
|
1136
1178
|
*/
|
|
1137
1179
|
readonly audioAdvance: BitFlag;
|
|
1138
1180
|
};
|
|
@@ -1142,7 +1184,7 @@ export declare namespace MediaPlayback {
|
|
|
1142
1184
|
*
|
|
1143
1185
|
* During fast-forward, rewind, and other seek operations; this attribute shall be set to PLAYING.
|
|
1144
1186
|
*
|
|
1145
|
-
* @see {@link MatterSpecification.
|
|
1187
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.1
|
|
1146
1188
|
*/
|
|
1147
1189
|
readonly currentState: Attribute<PlaybackState, any>;
|
|
1148
1190
|
};
|
|
@@ -1151,38 +1193,38 @@ export declare namespace MediaPlayback {
|
|
|
1151
1193
|
* Upon receipt, this shall play media. If content is currently in a FastForward or Rewind state. Play shall
|
|
1152
1194
|
* return media to normal playback speed.
|
|
1153
1195
|
*
|
|
1154
|
-
* @see {@link MatterSpecification.
|
|
1196
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.1
|
|
1155
1197
|
*/
|
|
1156
1198
|
readonly play: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1157
1199
|
/**
|
|
1158
1200
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1159
1201
|
*
|
|
1160
|
-
* @see {@link MatterSpecification.
|
|
1202
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1161
1203
|
*/
|
|
1162
1204
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1163
1205
|
/**
|
|
1164
1206
|
* This field shall indicate Optional app-specific data.
|
|
1165
1207
|
*
|
|
1166
|
-
* @see {@link MatterSpecification.
|
|
1208
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1167
1209
|
*/
|
|
1168
1210
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1169
1211
|
}>, any>;
|
|
1170
1212
|
/**
|
|
1171
1213
|
* Upon receipt, this shall pause playback of the media.
|
|
1172
1214
|
*
|
|
1173
|
-
* @see {@link MatterSpecification.
|
|
1215
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.2
|
|
1174
1216
|
*/
|
|
1175
1217
|
readonly pause: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1176
1218
|
/**
|
|
1177
1219
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1178
1220
|
*
|
|
1179
|
-
* @see {@link MatterSpecification.
|
|
1221
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1180
1222
|
*/
|
|
1181
1223
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1182
1224
|
/**
|
|
1183
1225
|
* This field shall indicate Optional app-specific data.
|
|
1184
1226
|
*
|
|
1185
|
-
* @see {@link MatterSpecification.
|
|
1227
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1186
1228
|
*/
|
|
1187
1229
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1188
1230
|
}>, any>;
|
|
@@ -1190,38 +1232,38 @@ export declare namespace MediaPlayback {
|
|
|
1190
1232
|
* Upon receipt, this shall stop playback of the media. User-visible outcome is context-specific. This may
|
|
1191
1233
|
* navigate the user back to the location from where the media was originally launched.
|
|
1192
1234
|
*
|
|
1193
|
-
* @see {@link MatterSpecification.
|
|
1235
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.3
|
|
1194
1236
|
*/
|
|
1195
1237
|
readonly stop: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1196
1238
|
/**
|
|
1197
1239
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1198
1240
|
*
|
|
1199
|
-
* @see {@link MatterSpecification.
|
|
1241
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1200
1242
|
*/
|
|
1201
1243
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1202
1244
|
/**
|
|
1203
1245
|
* This field shall indicate Optional app-specific data.
|
|
1204
1246
|
*
|
|
1205
|
-
* @see {@link MatterSpecification.
|
|
1247
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1206
1248
|
*/
|
|
1207
1249
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1208
1250
|
}>, any>;
|
|
1209
1251
|
/**
|
|
1210
1252
|
* Upon receipt, this shall Start Over with the current media playback item.
|
|
1211
1253
|
*
|
|
1212
|
-
* @see {@link MatterSpecification.
|
|
1254
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.4
|
|
1213
1255
|
*/
|
|
1214
1256
|
readonly startOver: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1215
1257
|
/**
|
|
1216
1258
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1217
1259
|
*
|
|
1218
|
-
* @see {@link MatterSpecification.
|
|
1260
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1219
1261
|
*/
|
|
1220
1262
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1221
1263
|
/**
|
|
1222
1264
|
* This field shall indicate Optional app-specific data.
|
|
1223
1265
|
*
|
|
1224
|
-
* @see {@link MatterSpecification.
|
|
1266
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1225
1267
|
*/
|
|
1226
1268
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1227
1269
|
}>, any>;
|
|
@@ -1229,19 +1271,19 @@ export declare namespace MediaPlayback {
|
|
|
1229
1271
|
* Upon receipt, this shall cause the handler to be invoked for "Previous". User experience is
|
|
1230
1272
|
* context-specific. This will often Go back to the previous media playback item.
|
|
1231
1273
|
*
|
|
1232
|
-
* @see {@link MatterSpecification.
|
|
1274
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.5
|
|
1233
1275
|
*/
|
|
1234
1276
|
readonly previous: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1235
1277
|
/**
|
|
1236
1278
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1237
1279
|
*
|
|
1238
|
-
* @see {@link MatterSpecification.
|
|
1280
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1239
1281
|
*/
|
|
1240
1282
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1241
1283
|
/**
|
|
1242
1284
|
* This field shall indicate Optional app-specific data.
|
|
1243
1285
|
*
|
|
1244
|
-
* @see {@link MatterSpecification.
|
|
1286
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1245
1287
|
*/
|
|
1246
1288
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1247
1289
|
}>, any>;
|
|
@@ -1249,26 +1291,26 @@ export declare namespace MediaPlayback {
|
|
|
1249
1291
|
* Upon receipt, this shall cause the handler to be invoked for "Next". User experience is context-specific.
|
|
1250
1292
|
* This will often Go forward to the next media playback item.
|
|
1251
1293
|
*
|
|
1252
|
-
* @see {@link MatterSpecification.
|
|
1294
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.6
|
|
1253
1295
|
*/
|
|
1254
1296
|
readonly next: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1255
1297
|
/**
|
|
1256
1298
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1257
1299
|
*
|
|
1258
|
-
* @see {@link MatterSpecification.
|
|
1300
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1259
1301
|
*/
|
|
1260
1302
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1261
1303
|
/**
|
|
1262
1304
|
* This field shall indicate Optional app-specific data.
|
|
1263
1305
|
*
|
|
1264
|
-
* @see {@link MatterSpecification.
|
|
1306
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1265
1307
|
*/
|
|
1266
1308
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1267
1309
|
}>, any>;
|
|
1268
1310
|
/**
|
|
1269
1311
|
* Upon receipt, this shall Skip forward in the media by the given number of milliseconds.
|
|
1270
1312
|
*
|
|
1271
|
-
* @see {@link MatterSpecification.
|
|
1313
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.9
|
|
1272
1314
|
*/
|
|
1273
1315
|
readonly skipForward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1274
1316
|
/**
|
|
@@ -1279,27 +1321,27 @@ export declare namespace MediaPlayback {
|
|
|
1279
1321
|
* should be set to that furthest valid position. If the SampledPosition attribute is supported it shall be
|
|
1280
1322
|
* updated on the cluster accordingly.
|
|
1281
1323
|
*
|
|
1282
|
-
* @see {@link MatterSpecification.
|
|
1324
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.9.1
|
|
1283
1325
|
*/
|
|
1284
1326
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1285
1327
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1286
1328
|
/**
|
|
1287
1329
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1288
1330
|
*
|
|
1289
|
-
* @see {@link MatterSpecification.
|
|
1331
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1290
1332
|
*/
|
|
1291
1333
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1292
1334
|
/**
|
|
1293
1335
|
* This field shall indicate Optional app-specific data.
|
|
1294
1336
|
*
|
|
1295
|
-
* @see {@link MatterSpecification.
|
|
1337
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1296
1338
|
*/
|
|
1297
1339
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1298
1340
|
}>, any>;
|
|
1299
1341
|
/**
|
|
1300
1342
|
* Upon receipt, this shall Skip backward in the media by the given number of milliseconds.
|
|
1301
1343
|
*
|
|
1302
|
-
* @see {@link MatterSpecification.
|
|
1344
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.10
|
|
1303
1345
|
*/
|
|
1304
1346
|
readonly skipBackward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1305
1347
|
/**
|
|
@@ -1310,20 +1352,20 @@ export declare namespace MediaPlayback {
|
|
|
1310
1352
|
* set to that earliest valid position. If the SampledPosition attribute is supported it shall be updated on the
|
|
1311
1353
|
* cluster accordingly.
|
|
1312
1354
|
*
|
|
1313
|
-
* @see {@link MatterSpecification.
|
|
1355
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.10.1
|
|
1314
1356
|
*/
|
|
1315
1357
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1316
1358
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1317
1359
|
/**
|
|
1318
1360
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1319
1361
|
*
|
|
1320
|
-
* @see {@link MatterSpecification.
|
|
1362
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1321
1363
|
*/
|
|
1322
1364
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1323
1365
|
/**
|
|
1324
1366
|
* This field shall indicate Optional app-specific data.
|
|
1325
1367
|
*
|
|
1326
|
-
* @see {@link MatterSpecification.
|
|
1368
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1327
1369
|
*/
|
|
1328
1370
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1329
1371
|
}>, any>;
|
|
@@ -1333,41 +1375,41 @@ export declare namespace MediaPlayback {
|
|
|
1333
1375
|
* If supported, this event shall be generated when there is a change in any of the supported attributes of
|
|
1334
1376
|
* the Media Playback cluster.
|
|
1335
1377
|
*
|
|
1336
|
-
* @see {@link MatterSpecification.
|
|
1378
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1
|
|
1337
1379
|
*/
|
|
1338
1380
|
readonly stateChanged: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1339
1381
|
/**
|
|
1340
1382
|
* This field shall indicate the updated playback state as defined by the CurrentState attribute, and has the
|
|
1341
1383
|
* same constraint as that attribute.
|
|
1342
1384
|
*
|
|
1343
|
-
* @see {@link MatterSpecification.
|
|
1385
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.1
|
|
1344
1386
|
*/
|
|
1345
1387
|
currentState: import("../tlv/TlvObject.js").FieldType<PlaybackState>;
|
|
1346
1388
|
/**
|
|
1347
1389
|
* This field shall indicate the updated start time as defined by the StartTime attribute, and has the same
|
|
1348
1390
|
* constraint as that attribute.
|
|
1349
1391
|
*
|
|
1350
|
-
* @see {@link MatterSpecification.
|
|
1392
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.2
|
|
1351
1393
|
*/
|
|
1352
1394
|
startTime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1353
1395
|
/**
|
|
1354
1396
|
* This field shall indicate the updated duration as defined by the Duration attribute, and has the same
|
|
1355
1397
|
* constraint as that attribute.
|
|
1356
1398
|
*
|
|
1357
|
-
* @see {@link MatterSpecification.
|
|
1399
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.3
|
|
1358
1400
|
*/
|
|
1359
1401
|
duration: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1360
1402
|
/**
|
|
1361
1403
|
* This field shall indicate the updated position of playback as defined by the SampledPosition attribute, and
|
|
1362
1404
|
* has the same constraint as that attribute.
|
|
1363
1405
|
*
|
|
1364
|
-
* @see {@link MatterSpecification.
|
|
1406
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.4
|
|
1365
1407
|
*/
|
|
1366
1408
|
sampledPosition: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1367
1409
|
/**
|
|
1368
1410
|
* This field shall indicate the time when the position was last updated.
|
|
1369
1411
|
*
|
|
1370
|
-
* @see {@link MatterSpecification.
|
|
1412
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.1
|
|
1371
1413
|
*/
|
|
1372
1414
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1373
1415
|
/**
|
|
@@ -1379,7 +1421,7 @@ export declare namespace MediaPlayback {
|
|
|
1379
1421
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
1380
1422
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
1381
1423
|
*
|
|
1382
|
-
* @see {@link MatterSpecification.
|
|
1424
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.2
|
|
1383
1425
|
*/
|
|
1384
1426
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1385
1427
|
}>>;
|
|
@@ -1387,27 +1429,27 @@ export declare namespace MediaPlayback {
|
|
|
1387
1429
|
* This field shall indicate the updated speed at which the current media is being played as defined by the
|
|
1388
1430
|
* PlaybackSpeed attribute, and has the same constraint as that attribute.
|
|
1389
1431
|
*
|
|
1390
|
-
* @see {@link MatterSpecification.
|
|
1432
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.5
|
|
1391
1433
|
*/
|
|
1392
1434
|
playbackSpeed: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1393
1435
|
/**
|
|
1394
1436
|
* This field shall indicate the updated start of the seek range end as defined by the SeekRangeEnd attribute,
|
|
1395
1437
|
* and has the same constraint as that attribute.
|
|
1396
1438
|
*
|
|
1397
|
-
* @see {@link MatterSpecification.
|
|
1439
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.7
|
|
1398
1440
|
*/
|
|
1399
1441
|
seekRangeEnd: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1400
1442
|
/**
|
|
1401
1443
|
* This field shall indicate the updated start of the seek range start as defined by the SeekRangeStart
|
|
1402
1444
|
* attribute, and has the same constraint as that attribute.
|
|
1403
1445
|
*
|
|
1404
|
-
* @see {@link MatterSpecification.
|
|
1446
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.6
|
|
1405
1447
|
*/
|
|
1406
1448
|
seekRangeStart: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1407
1449
|
/**
|
|
1408
1450
|
* This field shall indicate Optional app-specific data.
|
|
1409
1451
|
*
|
|
1410
|
-
* @see {@link MatterSpecification.
|
|
1452
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.8
|
|
1411
1453
|
*/
|
|
1412
1454
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1413
1455
|
/**
|
|
@@ -1419,7 +1461,7 @@ export declare namespace MediaPlayback {
|
|
|
1419
1461
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1420
1462
|
* down to a low level and/or unplugged.
|
|
1421
1463
|
*
|
|
1422
|
-
* @see {@link MatterSpecification.
|
|
1464
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.9
|
|
1423
1465
|
*/
|
|
1424
1466
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1425
1467
|
}>, any>;
|
|
@@ -1440,7 +1482,7 @@ export declare namespace MediaPlayback {
|
|
|
1440
1482
|
* video-on-demand). This time is a UTC time. The client needs to handle conversion to local time, as
|
|
1441
1483
|
* required, taking in account time zone and possible local DST offset.
|
|
1442
1484
|
*
|
|
1443
|
-
* @see {@link MatterSpecification.
|
|
1485
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.2
|
|
1444
1486
|
*/
|
|
1445
1487
|
readonly startTime: Attribute<number | bigint | null, any>;
|
|
1446
1488
|
/**
|
|
@@ -1448,7 +1490,7 @@ export declare namespace MediaPlayback {
|
|
|
1448
1490
|
* not applicable (for example, in live streaming content with no known duration). This attribute shall
|
|
1449
1491
|
* never be 0.
|
|
1450
1492
|
*
|
|
1451
|
-
* @see {@link MatterSpecification.
|
|
1493
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.3
|
|
1452
1494
|
*/
|
|
1453
1495
|
readonly duration: Attribute<number | bigint | null, any>;
|
|
1454
1496
|
/**
|
|
@@ -1469,13 +1511,13 @@ export declare namespace MediaPlayback {
|
|
|
1469
1511
|
*
|
|
1470
1512
|
* • Updating of playback speed as a result of explicit request, or as a result of buffering events
|
|
1471
1513
|
*
|
|
1472
|
-
* @see {@link MatterSpecification.
|
|
1514
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.4
|
|
1473
1515
|
*/
|
|
1474
1516
|
readonly sampledPosition: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1475
1517
|
/**
|
|
1476
1518
|
* This field shall indicate the time when the position was last updated.
|
|
1477
1519
|
*
|
|
1478
|
-
* @see {@link MatterSpecification.
|
|
1520
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.1
|
|
1479
1521
|
*/
|
|
1480
1522
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1481
1523
|
/**
|
|
@@ -1487,7 +1529,7 @@ export declare namespace MediaPlayback {
|
|
|
1487
1529
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
1488
1530
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
1489
1531
|
*
|
|
1490
|
-
* @see {@link MatterSpecification.
|
|
1532
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.2
|
|
1491
1533
|
*/
|
|
1492
1534
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1493
1535
|
}> | null, any>;
|
|
@@ -1522,7 +1564,7 @@ export declare namespace MediaPlayback {
|
|
|
1522
1564
|
*
|
|
1523
1565
|
* Following examples illustrate the PlaybackSpeed attribute values in various conditions.
|
|
1524
1566
|
*
|
|
1525
|
-
* @see {@link MatterSpecification.
|
|
1567
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.5
|
|
1526
1568
|
*/
|
|
1527
1569
|
readonly playbackSpeed: Attribute<number, any>;
|
|
1528
1570
|
/**
|
|
@@ -1533,14 +1575,14 @@ export declare namespace MediaPlayback {
|
|
|
1533
1575
|
* truncating fractional milliseconds towards 0. A value of Nas when StartTime is not specified shall
|
|
1534
1576
|
* indicate that seeking forward is not allowed.
|
|
1535
1577
|
*
|
|
1536
|
-
* @see {@link MatterSpecification.
|
|
1578
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.7
|
|
1537
1579
|
*/
|
|
1538
1580
|
readonly seekRangeEnd: Attribute<number | bigint | null, any>;
|
|
1539
1581
|
/**
|
|
1540
1582
|
* Indicates the earliest valid position to which a client may seek back, in milliseconds from start of the
|
|
1541
1583
|
* media. A value of Nas shall indicate that seeking backwards is not allowed.
|
|
1542
1584
|
*
|
|
1543
|
-
* @see {@link MatterSpecification.
|
|
1585
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.6
|
|
1544
1586
|
*/
|
|
1545
1587
|
readonly seekRangeStart: Attribute<number | bigint | null, any>;
|
|
1546
1588
|
};
|
|
@@ -1548,7 +1590,7 @@ export declare namespace MediaPlayback {
|
|
|
1548
1590
|
/**
|
|
1549
1591
|
* Upon receipt, this shall change the playback position in the media to the given position.
|
|
1550
1592
|
*
|
|
1551
|
-
* @see {@link MatterSpecification.
|
|
1593
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.11
|
|
1552
1594
|
*/
|
|
1553
1595
|
readonly seek: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1554
1596
|
/**
|
|
@@ -1559,20 +1601,20 @@ export declare namespace MediaPlayback {
|
|
|
1559
1601
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
1560
1602
|
* playback.
|
|
1561
1603
|
*
|
|
1562
|
-
* @see {@link MatterSpecification.
|
|
1604
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.11.1
|
|
1563
1605
|
*/
|
|
1564
1606
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1565
1607
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1566
1608
|
/**
|
|
1567
1609
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1568
1610
|
*
|
|
1569
|
-
* @see {@link MatterSpecification.
|
|
1611
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1570
1612
|
*/
|
|
1571
1613
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1572
1614
|
/**
|
|
1573
1615
|
* This field shall indicate Optional app-specific data.
|
|
1574
1616
|
*
|
|
1575
|
-
* @see {@link MatterSpecification.
|
|
1617
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1576
1618
|
*/
|
|
1577
1619
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1578
1620
|
}>, any>;
|
|
@@ -1588,41 +1630,41 @@ export declare namespace MediaPlayback {
|
|
|
1588
1630
|
* ActiveTrack refers to the Audio track currently set and being used for the streaming media. A value of
|
|
1589
1631
|
* null shall indicate that no Audio Track corresponding to the current media is currently being played.
|
|
1590
1632
|
*
|
|
1591
|
-
* @see {@link MatterSpecification.
|
|
1633
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.8
|
|
1592
1634
|
*/
|
|
1593
1635
|
readonly activeAudioTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1594
1636
|
/**
|
|
1595
1637
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
1596
1638
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
1597
1639
|
*
|
|
1598
|
-
* @see {@link MatterSpecification.
|
|
1640
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
1599
1641
|
*/
|
|
1600
1642
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1601
1643
|
/**
|
|
1602
1644
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
1603
1645
|
*
|
|
1604
|
-
* @see {@link MatterSpecification.
|
|
1646
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
1605
1647
|
*/
|
|
1606
1648
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1607
1649
|
/**
|
|
1608
1650
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
1609
1651
|
* identifies the primary language used in the Track.
|
|
1610
1652
|
*
|
|
1611
|
-
* @see {@link MatterSpecification.
|
|
1653
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
1612
1654
|
*/
|
|
1613
1655
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1614
1656
|
/**
|
|
1615
1657
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
1616
1658
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
1617
1659
|
*
|
|
1618
|
-
* @see {@link MatterSpecification.
|
|
1660
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
1619
1661
|
*/
|
|
1620
1662
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
1621
1663
|
/**
|
|
1622
1664
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
1623
1665
|
* there is no DisplayName corresponding to the Track.
|
|
1624
1666
|
*
|
|
1625
|
-
* @see {@link MatterSpecification.
|
|
1667
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
1626
1668
|
*/
|
|
1627
1669
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
1628
1670
|
}>>;
|
|
@@ -1632,41 +1674,41 @@ export declare namespace MediaPlayback {
|
|
|
1632
1674
|
* value of null shall indicate that no Audio Tracks corresponding to the current media are selectable by
|
|
1633
1675
|
* the client.
|
|
1634
1676
|
*
|
|
1635
|
-
* @see {@link MatterSpecification.
|
|
1677
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.9
|
|
1636
1678
|
*/
|
|
1637
1679
|
readonly availableAudioTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1638
1680
|
/**
|
|
1639
1681
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
1640
1682
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
1641
1683
|
*
|
|
1642
|
-
* @see {@link MatterSpecification.
|
|
1684
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
1643
1685
|
*/
|
|
1644
1686
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1645
1687
|
/**
|
|
1646
1688
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
1647
1689
|
*
|
|
1648
|
-
* @see {@link MatterSpecification.
|
|
1690
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
1649
1691
|
*/
|
|
1650
1692
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1651
1693
|
/**
|
|
1652
1694
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
1653
1695
|
* identifies the primary language used in the Track.
|
|
1654
1696
|
*
|
|
1655
|
-
* @see {@link MatterSpecification.
|
|
1697
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
1656
1698
|
*/
|
|
1657
1699
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1658
1700
|
/**
|
|
1659
1701
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
1660
1702
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
1661
1703
|
*
|
|
1662
|
-
* @see {@link MatterSpecification.
|
|
1704
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
1663
1705
|
*/
|
|
1664
1706
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
1665
1707
|
/**
|
|
1666
1708
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
1667
1709
|
* there is no DisplayName corresponding to the Track.
|
|
1668
1710
|
*
|
|
1669
|
-
* @see {@link MatterSpecification.
|
|
1711
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
1670
1712
|
*/
|
|
1671
1713
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
1672
1714
|
}>>;
|
|
@@ -1679,13 +1721,13 @@ export declare namespace MediaPlayback {
|
|
|
1679
1721
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
1680
1722
|
* the server will return an error status of INVALID_ARGUMENT.
|
|
1681
1723
|
*
|
|
1682
|
-
* @see {@link MatterSpecification.
|
|
1724
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13
|
|
1683
1725
|
*/
|
|
1684
1726
|
readonly activateAudioTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1685
1727
|
/**
|
|
1686
1728
|
* This field shall indicate the Audio Track to activate.
|
|
1687
1729
|
*
|
|
1688
|
-
* @see {@link MatterSpecification.
|
|
1730
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13.1
|
|
1689
1731
|
*/
|
|
1690
1732
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1691
1733
|
/**
|
|
@@ -1694,7 +1736,7 @@ export declare namespace MediaPlayback {
|
|
|
1694
1736
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
1695
1737
|
* output(s) to play the Audio Track on.
|
|
1696
1738
|
*
|
|
1697
|
-
* @see {@link MatterSpecification.
|
|
1739
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13.2
|
|
1698
1740
|
*/
|
|
1699
1741
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1700
1742
|
}>, void, any>;
|
|
@@ -1711,41 +1753,41 @@ export declare namespace MediaPlayback {
|
|
|
1711
1753
|
* nil. A value of null shall indicate that no Text Track corresponding to the current media is currently
|
|
1712
1754
|
* being displayed.
|
|
1713
1755
|
*
|
|
1714
|
-
* @see {@link MatterSpecification.
|
|
1756
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.10
|
|
1715
1757
|
*/
|
|
1716
1758
|
readonly activeTextTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1717
1759
|
/**
|
|
1718
1760
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
1719
1761
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
1720
1762
|
*
|
|
1721
|
-
* @see {@link MatterSpecification.
|
|
1763
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
1722
1764
|
*/
|
|
1723
1765
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1724
1766
|
/**
|
|
1725
1767
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
1726
1768
|
*
|
|
1727
|
-
* @see {@link MatterSpecification.
|
|
1769
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
1728
1770
|
*/
|
|
1729
1771
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1730
1772
|
/**
|
|
1731
1773
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
1732
1774
|
* identifies the primary language used in the Track.
|
|
1733
1775
|
*
|
|
1734
|
-
* @see {@link MatterSpecification.
|
|
1776
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
1735
1777
|
*/
|
|
1736
1778
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1737
1779
|
/**
|
|
1738
1780
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
1739
1781
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
1740
1782
|
*
|
|
1741
|
-
* @see {@link MatterSpecification.
|
|
1783
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
1742
1784
|
*/
|
|
1743
1785
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
1744
1786
|
/**
|
|
1745
1787
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
1746
1788
|
* there is no DisplayName corresponding to the Track.
|
|
1747
1789
|
*
|
|
1748
|
-
* @see {@link MatterSpecification.
|
|
1790
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
1749
1791
|
*/
|
|
1750
1792
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
1751
1793
|
}>>;
|
|
@@ -1755,41 +1797,41 @@ export declare namespace MediaPlayback {
|
|
|
1755
1797
|
* can be an empty list. A value of null shall indicate that no Text Tracks corresponding to the current
|
|
1756
1798
|
* media are selectable by the client.
|
|
1757
1799
|
*
|
|
1758
|
-
* @see {@link MatterSpecification.
|
|
1800
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.11
|
|
1759
1801
|
*/
|
|
1760
1802
|
readonly availableTextTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1761
1803
|
/**
|
|
1762
1804
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
1763
1805
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
1764
1806
|
*
|
|
1765
|
-
* @see {@link MatterSpecification.
|
|
1807
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
1766
1808
|
*/
|
|
1767
1809
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1768
1810
|
/**
|
|
1769
1811
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
1770
1812
|
*
|
|
1771
|
-
* @see {@link MatterSpecification.
|
|
1813
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
1772
1814
|
*/
|
|
1773
1815
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1774
1816
|
/**
|
|
1775
1817
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
1776
1818
|
* identifies the primary language used in the Track.
|
|
1777
1819
|
*
|
|
1778
|
-
* @see {@link MatterSpecification.
|
|
1820
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
1779
1821
|
*/
|
|
1780
1822
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1781
1823
|
/**
|
|
1782
1824
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
1783
1825
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
1784
1826
|
*
|
|
1785
|
-
* @see {@link MatterSpecification.
|
|
1827
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
1786
1828
|
*/
|
|
1787
1829
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
1788
1830
|
/**
|
|
1789
1831
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
1790
1832
|
* there is no DisplayName corresponding to the Track.
|
|
1791
1833
|
*
|
|
1792
|
-
* @see {@link MatterSpecification.
|
|
1834
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
1793
1835
|
*/
|
|
1794
1836
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
1795
1837
|
}>>;
|
|
@@ -1802,13 +1844,13 @@ export declare namespace MediaPlayback {
|
|
|
1802
1844
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
1803
1845
|
* the server shall return an error status of INVALID_ARGUMENT.
|
|
1804
1846
|
*
|
|
1805
|
-
* @see {@link MatterSpecification.
|
|
1847
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.14
|
|
1806
1848
|
*/
|
|
1807
1849
|
readonly activateTextTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1808
1850
|
/**
|
|
1809
1851
|
* This field shall indicate the Text Track to activate.
|
|
1810
1852
|
*
|
|
1811
|
-
* @see {@link MatterSpecification.
|
|
1853
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.14.1
|
|
1812
1854
|
*/
|
|
1813
1855
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1814
1856
|
}>, void, any>;
|
|
@@ -1816,7 +1858,7 @@ export declare namespace MediaPlayback {
|
|
|
1816
1858
|
* If a Text Track is active (i.e. being displayed), upon receipt of this command, the server shall stop
|
|
1817
1859
|
* displaying it.
|
|
1818
1860
|
*
|
|
1819
|
-
* @see {@link MatterSpecification.
|
|
1861
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.15
|
|
1820
1862
|
*/
|
|
1821
1863
|
readonly deactivateTextTrack: Command<void, void, any>;
|
|
1822
1864
|
};
|
|
@@ -1840,7 +1882,7 @@ export declare namespace MediaPlayback {
|
|
|
1840
1882
|
* returned. If the playback speed has reached the maximum supported speed for media playing backwards, the
|
|
1841
1883
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
1842
1884
|
*
|
|
1843
|
-
* @see {@link MatterSpecification.
|
|
1885
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.7
|
|
1844
1886
|
*/
|
|
1845
1887
|
readonly rewind: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1846
1888
|
/**
|
|
@@ -1849,20 +1891,20 @@ export declare namespace MediaPlayback {
|
|
|
1849
1891
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1850
1892
|
* down to a low level and/or unplugged.
|
|
1851
1893
|
*
|
|
1852
|
-
* @see {@link MatterSpecification.
|
|
1894
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.7.1
|
|
1853
1895
|
*/
|
|
1854
1896
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1855
1897
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1856
1898
|
/**
|
|
1857
1899
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1858
1900
|
*
|
|
1859
|
-
* @see {@link MatterSpecification.
|
|
1901
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1860
1902
|
*/
|
|
1861
1903
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1862
1904
|
/**
|
|
1863
1905
|
* This field shall indicate Optional app-specific data.
|
|
1864
1906
|
*
|
|
1865
|
-
* @see {@link MatterSpecification.
|
|
1907
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1866
1908
|
*/
|
|
1867
1909
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1868
1910
|
}>, any>;
|
|
@@ -1879,7 +1921,7 @@ export declare namespace MediaPlayback {
|
|
|
1879
1921
|
* returned. If the playback speed has reached the maximum supported speed for media playing forward, the
|
|
1880
1922
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
1881
1923
|
*
|
|
1882
|
-
* @see {@link MatterSpecification.
|
|
1924
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.8
|
|
1883
1925
|
*/
|
|
1884
1926
|
readonly fastForward: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1885
1927
|
/**
|
|
@@ -1888,20 +1930,20 @@ export declare namespace MediaPlayback {
|
|
|
1888
1930
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1889
1931
|
* down to a low level and/or unplugged.
|
|
1890
1932
|
*
|
|
1891
|
-
* @see {@link MatterSpecification.
|
|
1933
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.8.1
|
|
1892
1934
|
*/
|
|
1893
1935
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1894
1936
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1895
1937
|
/**
|
|
1896
1938
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1897
1939
|
*
|
|
1898
|
-
* @see {@link MatterSpecification.
|
|
1940
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1899
1941
|
*/
|
|
1900
1942
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1901
1943
|
/**
|
|
1902
1944
|
* This field shall indicate Optional app-specific data.
|
|
1903
1945
|
*
|
|
1904
|
-
* @see {@link MatterSpecification.
|
|
1946
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1905
1947
|
*/
|
|
1906
1948
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1907
1949
|
}>, any>;
|
|
@@ -1922,25 +1964,25 @@ export declare namespace MediaPlayback {
|
|
|
1922
1964
|
* jumping to a specific location using time offsets. This enables clients to implement more advanced media
|
|
1923
1965
|
* seeking behavior in their user interface, for instance a "seek bar".
|
|
1924
1966
|
*
|
|
1925
|
-
* @see {@link MatterSpecification.
|
|
1967
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.1
|
|
1926
1968
|
*/
|
|
1927
1969
|
readonly advancedSeek: BitFlag;
|
|
1928
1970
|
/**
|
|
1929
1971
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
1930
1972
|
*
|
|
1931
|
-
* @see {@link MatterSpecification.
|
|
1973
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.2
|
|
1932
1974
|
*/
|
|
1933
1975
|
readonly variableSpeed: BitFlag;
|
|
1934
1976
|
/**
|
|
1935
1977
|
* This feature is for a device or app that supports Text Tracks.
|
|
1936
1978
|
*
|
|
1937
|
-
* @see {@link MatterSpecification.
|
|
1979
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.3
|
|
1938
1980
|
*/
|
|
1939
1981
|
readonly textTracks: BitFlag;
|
|
1940
1982
|
/**
|
|
1941
1983
|
* This feature is for a device or app that supports Audio Tracks.
|
|
1942
1984
|
*
|
|
1943
|
-
* @see {@link MatterSpecification.
|
|
1985
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.4
|
|
1944
1986
|
*/
|
|
1945
1987
|
readonly audioTracks: BitFlag;
|
|
1946
1988
|
/**
|
|
@@ -1950,7 +1992,7 @@ export declare namespace MediaPlayback {
|
|
|
1950
1992
|
*
|
|
1951
1993
|
* A cluster implementing AA shall implement AS.
|
|
1952
1994
|
*
|
|
1953
|
-
* @see {@link MatterSpecification.
|
|
1995
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.5
|
|
1954
1996
|
*/
|
|
1955
1997
|
readonly audioAdvance: BitFlag;
|
|
1956
1998
|
};
|
|
@@ -1960,7 +2002,7 @@ export declare namespace MediaPlayback {
|
|
|
1960
2002
|
*
|
|
1961
2003
|
* During fast-forward, rewind, and other seek operations; this attribute shall be set to PLAYING.
|
|
1962
2004
|
*
|
|
1963
|
-
* @see {@link MatterSpecification.
|
|
2005
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.1
|
|
1964
2006
|
*/
|
|
1965
2007
|
readonly currentState: Attribute<PlaybackState, any>;
|
|
1966
2008
|
};
|
|
@@ -1969,38 +2011,38 @@ export declare namespace MediaPlayback {
|
|
|
1969
2011
|
* Upon receipt, this shall play media. If content is currently in a FastForward or Rewind state. Play shall
|
|
1970
2012
|
* return media to normal playback speed.
|
|
1971
2013
|
*
|
|
1972
|
-
* @see {@link MatterSpecification.
|
|
2014
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.1
|
|
1973
2015
|
*/
|
|
1974
2016
|
readonly play: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1975
2017
|
/**
|
|
1976
2018
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1977
2019
|
*
|
|
1978
|
-
* @see {@link MatterSpecification.
|
|
2020
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1979
2021
|
*/
|
|
1980
2022
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1981
2023
|
/**
|
|
1982
2024
|
* This field shall indicate Optional app-specific data.
|
|
1983
2025
|
*
|
|
1984
|
-
* @see {@link MatterSpecification.
|
|
2026
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
1985
2027
|
*/
|
|
1986
2028
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1987
2029
|
}>, any>;
|
|
1988
2030
|
/**
|
|
1989
2031
|
* Upon receipt, this shall pause playback of the media.
|
|
1990
2032
|
*
|
|
1991
|
-
* @see {@link MatterSpecification.
|
|
2033
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.2
|
|
1992
2034
|
*/
|
|
1993
2035
|
readonly pause: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1994
2036
|
/**
|
|
1995
2037
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1996
2038
|
*
|
|
1997
|
-
* @see {@link MatterSpecification.
|
|
2039
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
1998
2040
|
*/
|
|
1999
2041
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2000
2042
|
/**
|
|
2001
2043
|
* This field shall indicate Optional app-specific data.
|
|
2002
2044
|
*
|
|
2003
|
-
* @see {@link MatterSpecification.
|
|
2045
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
2004
2046
|
*/
|
|
2005
2047
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2006
2048
|
}>, any>;
|
|
@@ -2008,38 +2050,38 @@ export declare namespace MediaPlayback {
|
|
|
2008
2050
|
* Upon receipt, this shall stop playback of the media. User-visible outcome is context-specific. This may
|
|
2009
2051
|
* navigate the user back to the location from where the media was originally launched.
|
|
2010
2052
|
*
|
|
2011
|
-
* @see {@link MatterSpecification.
|
|
2053
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.3
|
|
2012
2054
|
*/
|
|
2013
2055
|
readonly stop: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2014
2056
|
/**
|
|
2015
2057
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2016
2058
|
*
|
|
2017
|
-
* @see {@link MatterSpecification.
|
|
2059
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
2018
2060
|
*/
|
|
2019
2061
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2020
2062
|
/**
|
|
2021
2063
|
* This field shall indicate Optional app-specific data.
|
|
2022
2064
|
*
|
|
2023
|
-
* @see {@link MatterSpecification.
|
|
2065
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
2024
2066
|
*/
|
|
2025
2067
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2026
2068
|
}>, any>;
|
|
2027
2069
|
/**
|
|
2028
2070
|
* Upon receipt, this shall Start Over with the current media playback item.
|
|
2029
2071
|
*
|
|
2030
|
-
* @see {@link MatterSpecification.
|
|
2072
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.4
|
|
2031
2073
|
*/
|
|
2032
2074
|
readonly startOver: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2033
2075
|
/**
|
|
2034
2076
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2035
2077
|
*
|
|
2036
|
-
* @see {@link MatterSpecification.
|
|
2078
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
2037
2079
|
*/
|
|
2038
2080
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2039
2081
|
/**
|
|
2040
2082
|
* This field shall indicate Optional app-specific data.
|
|
2041
2083
|
*
|
|
2042
|
-
* @see {@link MatterSpecification.
|
|
2084
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
2043
2085
|
*/
|
|
2044
2086
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2045
2087
|
}>, any>;
|
|
@@ -2047,19 +2089,19 @@ export declare namespace MediaPlayback {
|
|
|
2047
2089
|
* Upon receipt, this shall cause the handler to be invoked for "Previous". User experience is
|
|
2048
2090
|
* context-specific. This will often Go back to the previous media playback item.
|
|
2049
2091
|
*
|
|
2050
|
-
* @see {@link MatterSpecification.
|
|
2092
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.5
|
|
2051
2093
|
*/
|
|
2052
2094
|
readonly previous: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2053
2095
|
/**
|
|
2054
2096
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2055
2097
|
*
|
|
2056
|
-
* @see {@link MatterSpecification.
|
|
2098
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
2057
2099
|
*/
|
|
2058
2100
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2059
2101
|
/**
|
|
2060
2102
|
* This field shall indicate Optional app-specific data.
|
|
2061
2103
|
*
|
|
2062
|
-
* @see {@link MatterSpecification.
|
|
2104
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
2063
2105
|
*/
|
|
2064
2106
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2065
2107
|
}>, any>;
|
|
@@ -2067,26 +2109,26 @@ export declare namespace MediaPlayback {
|
|
|
2067
2109
|
* Upon receipt, this shall cause the handler to be invoked for "Next". User experience is context-specific.
|
|
2068
2110
|
* This will often Go forward to the next media playback item.
|
|
2069
2111
|
*
|
|
2070
|
-
* @see {@link MatterSpecification.
|
|
2112
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.6
|
|
2071
2113
|
*/
|
|
2072
2114
|
readonly next: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2073
2115
|
/**
|
|
2074
2116
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2075
2117
|
*
|
|
2076
|
-
* @see {@link MatterSpecification.
|
|
2118
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
2077
2119
|
*/
|
|
2078
2120
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2079
2121
|
/**
|
|
2080
2122
|
* This field shall indicate Optional app-specific data.
|
|
2081
2123
|
*
|
|
2082
|
-
* @see {@link MatterSpecification.
|
|
2124
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
2083
2125
|
*/
|
|
2084
2126
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2085
2127
|
}>, any>;
|
|
2086
2128
|
/**
|
|
2087
2129
|
* Upon receipt, this shall Skip forward in the media by the given number of milliseconds.
|
|
2088
2130
|
*
|
|
2089
|
-
* @see {@link MatterSpecification.
|
|
2131
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.9
|
|
2090
2132
|
*/
|
|
2091
2133
|
readonly skipForward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2092
2134
|
/**
|
|
@@ -2097,27 +2139,27 @@ export declare namespace MediaPlayback {
|
|
|
2097
2139
|
* should be set to that furthest valid position. If the SampledPosition attribute is supported it shall be
|
|
2098
2140
|
* updated on the cluster accordingly.
|
|
2099
2141
|
*
|
|
2100
|
-
* @see {@link MatterSpecification.
|
|
2142
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.9.1
|
|
2101
2143
|
*/
|
|
2102
2144
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2103
2145
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2104
2146
|
/**
|
|
2105
2147
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2106
2148
|
*
|
|
2107
|
-
* @see {@link MatterSpecification.
|
|
2149
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
2108
2150
|
*/
|
|
2109
2151
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2110
2152
|
/**
|
|
2111
2153
|
* This field shall indicate Optional app-specific data.
|
|
2112
2154
|
*
|
|
2113
|
-
* @see {@link MatterSpecification.
|
|
2155
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
2114
2156
|
*/
|
|
2115
2157
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2116
2158
|
}>, any>;
|
|
2117
2159
|
/**
|
|
2118
2160
|
* Upon receipt, this shall Skip backward in the media by the given number of milliseconds.
|
|
2119
2161
|
*
|
|
2120
|
-
* @see {@link MatterSpecification.
|
|
2162
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.10
|
|
2121
2163
|
*/
|
|
2122
2164
|
readonly skipBackward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2123
2165
|
/**
|
|
@@ -2128,20 +2170,20 @@ export declare namespace MediaPlayback {
|
|
|
2128
2170
|
* set to that earliest valid position. If the SampledPosition attribute is supported it shall be updated on the
|
|
2129
2171
|
* cluster accordingly.
|
|
2130
2172
|
*
|
|
2131
|
-
* @see {@link MatterSpecification.
|
|
2173
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.10.1
|
|
2132
2174
|
*/
|
|
2133
2175
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2134
2176
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2135
2177
|
/**
|
|
2136
2178
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2137
2179
|
*
|
|
2138
|
-
* @see {@link MatterSpecification.
|
|
2180
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
2139
2181
|
*/
|
|
2140
2182
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2141
2183
|
/**
|
|
2142
2184
|
* This field shall indicate Optional app-specific data.
|
|
2143
2185
|
*
|
|
2144
|
-
* @see {@link MatterSpecification.
|
|
2186
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
2145
2187
|
*/
|
|
2146
2188
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2147
2189
|
}>, any>;
|
|
@@ -2151,41 +2193,41 @@ export declare namespace MediaPlayback {
|
|
|
2151
2193
|
* If supported, this event shall be generated when there is a change in any of the supported attributes of
|
|
2152
2194
|
* the Media Playback cluster.
|
|
2153
2195
|
*
|
|
2154
|
-
* @see {@link MatterSpecification.
|
|
2196
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1
|
|
2155
2197
|
*/
|
|
2156
2198
|
readonly stateChanged: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2157
2199
|
/**
|
|
2158
2200
|
* This field shall indicate the updated playback state as defined by the CurrentState attribute, and has the
|
|
2159
2201
|
* same constraint as that attribute.
|
|
2160
2202
|
*
|
|
2161
|
-
* @see {@link MatterSpecification.
|
|
2203
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.1
|
|
2162
2204
|
*/
|
|
2163
2205
|
currentState: import("../tlv/TlvObject.js").FieldType<PlaybackState>;
|
|
2164
2206
|
/**
|
|
2165
2207
|
* This field shall indicate the updated start time as defined by the StartTime attribute, and has the same
|
|
2166
2208
|
* constraint as that attribute.
|
|
2167
2209
|
*
|
|
2168
|
-
* @see {@link MatterSpecification.
|
|
2210
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.2
|
|
2169
2211
|
*/
|
|
2170
2212
|
startTime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2171
2213
|
/**
|
|
2172
2214
|
* This field shall indicate the updated duration as defined by the Duration attribute, and has the same
|
|
2173
2215
|
* constraint as that attribute.
|
|
2174
2216
|
*
|
|
2175
|
-
* @see {@link MatterSpecification.
|
|
2217
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.3
|
|
2176
2218
|
*/
|
|
2177
2219
|
duration: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2178
2220
|
/**
|
|
2179
2221
|
* This field shall indicate the updated position of playback as defined by the SampledPosition attribute, and
|
|
2180
2222
|
* has the same constraint as that attribute.
|
|
2181
2223
|
*
|
|
2182
|
-
* @see {@link MatterSpecification.
|
|
2224
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.4
|
|
2183
2225
|
*/
|
|
2184
2226
|
sampledPosition: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2185
2227
|
/**
|
|
2186
2228
|
* This field shall indicate the time when the position was last updated.
|
|
2187
2229
|
*
|
|
2188
|
-
* @see {@link MatterSpecification.
|
|
2230
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.1
|
|
2189
2231
|
*/
|
|
2190
2232
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2191
2233
|
/**
|
|
@@ -2197,7 +2239,7 @@ export declare namespace MediaPlayback {
|
|
|
2197
2239
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
2198
2240
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
2199
2241
|
*
|
|
2200
|
-
* @see {@link MatterSpecification.
|
|
2242
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.2
|
|
2201
2243
|
*/
|
|
2202
2244
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2203
2245
|
}>>;
|
|
@@ -2205,27 +2247,27 @@ export declare namespace MediaPlayback {
|
|
|
2205
2247
|
* This field shall indicate the updated speed at which the current media is being played as defined by the
|
|
2206
2248
|
* PlaybackSpeed attribute, and has the same constraint as that attribute.
|
|
2207
2249
|
*
|
|
2208
|
-
* @see {@link MatterSpecification.
|
|
2250
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.5
|
|
2209
2251
|
*/
|
|
2210
2252
|
playbackSpeed: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2211
2253
|
/**
|
|
2212
2254
|
* This field shall indicate the updated start of the seek range end as defined by the SeekRangeEnd attribute,
|
|
2213
2255
|
* and has the same constraint as that attribute.
|
|
2214
2256
|
*
|
|
2215
|
-
* @see {@link MatterSpecification.
|
|
2257
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.7
|
|
2216
2258
|
*/
|
|
2217
2259
|
seekRangeEnd: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2218
2260
|
/**
|
|
2219
2261
|
* This field shall indicate the updated start of the seek range start as defined by the SeekRangeStart
|
|
2220
2262
|
* attribute, and has the same constraint as that attribute.
|
|
2221
2263
|
*
|
|
2222
|
-
* @see {@link MatterSpecification.
|
|
2264
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.6
|
|
2223
2265
|
*/
|
|
2224
2266
|
seekRangeStart: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2225
2267
|
/**
|
|
2226
2268
|
* This field shall indicate Optional app-specific data.
|
|
2227
2269
|
*
|
|
2228
|
-
* @see {@link MatterSpecification.
|
|
2270
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.8
|
|
2229
2271
|
*/
|
|
2230
2272
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
2231
2273
|
/**
|
|
@@ -2237,7 +2279,7 @@ export declare namespace MediaPlayback {
|
|
|
2237
2279
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
2238
2280
|
* down to a low level and/or unplugged.
|
|
2239
2281
|
*
|
|
2240
|
-
* @see {@link MatterSpecification.
|
|
2282
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.9
|
|
2241
2283
|
*/
|
|
2242
2284
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2243
2285
|
}>, any>;
|
|
@@ -2258,7 +2300,7 @@ export declare namespace MediaPlayback {
|
|
|
2258
2300
|
* video-on-demand). This time is a UTC time. The client needs to handle conversion to local time, as
|
|
2259
2301
|
* required, taking in account time zone and possible local DST offset.
|
|
2260
2302
|
*
|
|
2261
|
-
* @see {@link MatterSpecification.
|
|
2303
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.2
|
|
2262
2304
|
*/
|
|
2263
2305
|
readonly startTime: Attribute<number | bigint | null, any>;
|
|
2264
2306
|
/**
|
|
@@ -2266,7 +2308,7 @@ export declare namespace MediaPlayback {
|
|
|
2266
2308
|
* not applicable (for example, in live streaming content with no known duration). This attribute shall
|
|
2267
2309
|
* never be 0.
|
|
2268
2310
|
*
|
|
2269
|
-
* @see {@link MatterSpecification.
|
|
2311
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.3
|
|
2270
2312
|
*/
|
|
2271
2313
|
readonly duration: Attribute<number | bigint | null, any>;
|
|
2272
2314
|
/**
|
|
@@ -2287,13 +2329,13 @@ export declare namespace MediaPlayback {
|
|
|
2287
2329
|
*
|
|
2288
2330
|
* • Updating of playback speed as a result of explicit request, or as a result of buffering events
|
|
2289
2331
|
*
|
|
2290
|
-
* @see {@link MatterSpecification.
|
|
2332
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.4
|
|
2291
2333
|
*/
|
|
2292
2334
|
readonly sampledPosition: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2293
2335
|
/**
|
|
2294
2336
|
* This field shall indicate the time when the position was last updated.
|
|
2295
2337
|
*
|
|
2296
|
-
* @see {@link MatterSpecification.
|
|
2338
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.1
|
|
2297
2339
|
*/
|
|
2298
2340
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2299
2341
|
/**
|
|
@@ -2305,7 +2347,7 @@ export declare namespace MediaPlayback {
|
|
|
2305
2347
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
2306
2348
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
2307
2349
|
*
|
|
2308
|
-
* @see {@link MatterSpecification.
|
|
2350
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.2
|
|
2309
2351
|
*/
|
|
2310
2352
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2311
2353
|
}> | null, any>;
|
|
@@ -2340,7 +2382,7 @@ export declare namespace MediaPlayback {
|
|
|
2340
2382
|
*
|
|
2341
2383
|
* Following examples illustrate the PlaybackSpeed attribute values in various conditions.
|
|
2342
2384
|
*
|
|
2343
|
-
* @see {@link MatterSpecification.
|
|
2385
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.5
|
|
2344
2386
|
*/
|
|
2345
2387
|
readonly playbackSpeed: Attribute<number, any>;
|
|
2346
2388
|
/**
|
|
@@ -2351,14 +2393,14 @@ export declare namespace MediaPlayback {
|
|
|
2351
2393
|
* truncating fractional milliseconds towards 0. A value of Nas when StartTime is not specified shall
|
|
2352
2394
|
* indicate that seeking forward is not allowed.
|
|
2353
2395
|
*
|
|
2354
|
-
* @see {@link MatterSpecification.
|
|
2396
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.7
|
|
2355
2397
|
*/
|
|
2356
2398
|
readonly seekRangeEnd: Attribute<number | bigint | null, any>;
|
|
2357
2399
|
/**
|
|
2358
2400
|
* Indicates the earliest valid position to which a client may seek back, in milliseconds from start of the
|
|
2359
2401
|
* media. A value of Nas shall indicate that seeking backwards is not allowed.
|
|
2360
2402
|
*
|
|
2361
|
-
* @see {@link MatterSpecification.
|
|
2403
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.6
|
|
2362
2404
|
*/
|
|
2363
2405
|
readonly seekRangeStart: Attribute<number | bigint | null, any>;
|
|
2364
2406
|
};
|
|
@@ -2366,7 +2408,7 @@ export declare namespace MediaPlayback {
|
|
|
2366
2408
|
/**
|
|
2367
2409
|
* Upon receipt, this shall change the playback position in the media to the given position.
|
|
2368
2410
|
*
|
|
2369
|
-
* @see {@link MatterSpecification.
|
|
2411
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.11
|
|
2370
2412
|
*/
|
|
2371
2413
|
readonly seek: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2372
2414
|
/**
|
|
@@ -2377,20 +2419,20 @@ export declare namespace MediaPlayback {
|
|
|
2377
2419
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
2378
2420
|
* playback.
|
|
2379
2421
|
*
|
|
2380
|
-
* @see {@link MatterSpecification.
|
|
2422
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.11.1
|
|
2381
2423
|
*/
|
|
2382
2424
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2383
2425
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2384
2426
|
/**
|
|
2385
2427
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2386
2428
|
*
|
|
2387
|
-
* @see {@link MatterSpecification.
|
|
2429
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
2388
2430
|
*/
|
|
2389
2431
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2390
2432
|
/**
|
|
2391
2433
|
* This field shall indicate Optional app-specific data.
|
|
2392
2434
|
*
|
|
2393
|
-
* @see {@link MatterSpecification.
|
|
2435
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
2394
2436
|
*/
|
|
2395
2437
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2396
2438
|
}>, any>;
|
|
@@ -2406,41 +2448,41 @@ export declare namespace MediaPlayback {
|
|
|
2406
2448
|
* ActiveTrack refers to the Audio track currently set and being used for the streaming media. A value of
|
|
2407
2449
|
* null shall indicate that no Audio Track corresponding to the current media is currently being played.
|
|
2408
2450
|
*
|
|
2409
|
-
* @see {@link MatterSpecification.
|
|
2451
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.8
|
|
2410
2452
|
*/
|
|
2411
2453
|
readonly activeAudioTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2412
2454
|
/**
|
|
2413
2455
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2414
2456
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2415
2457
|
*
|
|
2416
|
-
* @see {@link MatterSpecification.
|
|
2458
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
2417
2459
|
*/
|
|
2418
2460
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2419
2461
|
/**
|
|
2420
2462
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2421
2463
|
*
|
|
2422
|
-
* @see {@link MatterSpecification.
|
|
2464
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
2423
2465
|
*/
|
|
2424
2466
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2425
2467
|
/**
|
|
2426
2468
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2427
2469
|
* identifies the primary language used in the Track.
|
|
2428
2470
|
*
|
|
2429
|
-
* @see {@link MatterSpecification.
|
|
2471
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
2430
2472
|
*/
|
|
2431
2473
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2432
2474
|
/**
|
|
2433
2475
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2434
2476
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2435
2477
|
*
|
|
2436
|
-
* @see {@link MatterSpecification.
|
|
2478
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
2437
2479
|
*/
|
|
2438
2480
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2439
2481
|
/**
|
|
2440
2482
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2441
2483
|
* there is no DisplayName corresponding to the Track.
|
|
2442
2484
|
*
|
|
2443
|
-
* @see {@link MatterSpecification.
|
|
2485
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
2444
2486
|
*/
|
|
2445
2487
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2446
2488
|
}>>;
|
|
@@ -2450,41 +2492,41 @@ export declare namespace MediaPlayback {
|
|
|
2450
2492
|
* value of null shall indicate that no Audio Tracks corresponding to the current media are selectable by
|
|
2451
2493
|
* the client.
|
|
2452
2494
|
*
|
|
2453
|
-
* @see {@link MatterSpecification.
|
|
2495
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.9
|
|
2454
2496
|
*/
|
|
2455
2497
|
readonly availableAudioTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2456
2498
|
/**
|
|
2457
2499
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2458
2500
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2459
2501
|
*
|
|
2460
|
-
* @see {@link MatterSpecification.
|
|
2502
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
2461
2503
|
*/
|
|
2462
2504
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2463
2505
|
/**
|
|
2464
2506
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2465
2507
|
*
|
|
2466
|
-
* @see {@link MatterSpecification.
|
|
2508
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
2467
2509
|
*/
|
|
2468
2510
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2469
2511
|
/**
|
|
2470
2512
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2471
2513
|
* identifies the primary language used in the Track.
|
|
2472
2514
|
*
|
|
2473
|
-
* @see {@link MatterSpecification.
|
|
2515
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
2474
2516
|
*/
|
|
2475
2517
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2476
2518
|
/**
|
|
2477
2519
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2478
2520
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2479
2521
|
*
|
|
2480
|
-
* @see {@link MatterSpecification.
|
|
2522
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
2481
2523
|
*/
|
|
2482
2524
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2483
2525
|
/**
|
|
2484
2526
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2485
2527
|
* there is no DisplayName corresponding to the Track.
|
|
2486
2528
|
*
|
|
2487
|
-
* @see {@link MatterSpecification.
|
|
2529
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
2488
2530
|
*/
|
|
2489
2531
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2490
2532
|
}>>;
|
|
@@ -2497,13 +2539,13 @@ export declare namespace MediaPlayback {
|
|
|
2497
2539
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
2498
2540
|
* the server will return an error status of INVALID_ARGUMENT.
|
|
2499
2541
|
*
|
|
2500
|
-
* @see {@link MatterSpecification.
|
|
2542
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13
|
|
2501
2543
|
*/
|
|
2502
2544
|
readonly activateAudioTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2503
2545
|
/**
|
|
2504
2546
|
* This field shall indicate the Audio Track to activate.
|
|
2505
2547
|
*
|
|
2506
|
-
* @see {@link MatterSpecification.
|
|
2548
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13.1
|
|
2507
2549
|
*/
|
|
2508
2550
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2509
2551
|
/**
|
|
@@ -2512,7 +2554,7 @@ export declare namespace MediaPlayback {
|
|
|
2512
2554
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
2513
2555
|
* output(s) to play the Audio Track on.
|
|
2514
2556
|
*
|
|
2515
|
-
* @see {@link MatterSpecification.
|
|
2557
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13.2
|
|
2516
2558
|
*/
|
|
2517
2559
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2518
2560
|
}>, void, any>;
|
|
@@ -2529,41 +2571,41 @@ export declare namespace MediaPlayback {
|
|
|
2529
2571
|
* nil. A value of null shall indicate that no Text Track corresponding to the current media is currently
|
|
2530
2572
|
* being displayed.
|
|
2531
2573
|
*
|
|
2532
|
-
* @see {@link MatterSpecification.
|
|
2574
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.10
|
|
2533
2575
|
*/
|
|
2534
2576
|
readonly activeTextTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2535
2577
|
/**
|
|
2536
2578
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2537
2579
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2538
2580
|
*
|
|
2539
|
-
* @see {@link MatterSpecification.
|
|
2581
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
2540
2582
|
*/
|
|
2541
2583
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2542
2584
|
/**
|
|
2543
2585
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2544
2586
|
*
|
|
2545
|
-
* @see {@link MatterSpecification.
|
|
2587
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
2546
2588
|
*/
|
|
2547
2589
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2548
2590
|
/**
|
|
2549
2591
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2550
2592
|
* identifies the primary language used in the Track.
|
|
2551
2593
|
*
|
|
2552
|
-
* @see {@link MatterSpecification.
|
|
2594
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
2553
2595
|
*/
|
|
2554
2596
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2555
2597
|
/**
|
|
2556
2598
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2557
2599
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2558
2600
|
*
|
|
2559
|
-
* @see {@link MatterSpecification.
|
|
2601
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
2560
2602
|
*/
|
|
2561
2603
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2562
2604
|
/**
|
|
2563
2605
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2564
2606
|
* there is no DisplayName corresponding to the Track.
|
|
2565
2607
|
*
|
|
2566
|
-
* @see {@link MatterSpecification.
|
|
2608
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
2567
2609
|
*/
|
|
2568
2610
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2569
2611
|
}>>;
|
|
@@ -2573,41 +2615,41 @@ export declare namespace MediaPlayback {
|
|
|
2573
2615
|
* can be an empty list. A value of null shall indicate that no Text Tracks corresponding to the current
|
|
2574
2616
|
* media are selectable by the client.
|
|
2575
2617
|
*
|
|
2576
|
-
* @see {@link MatterSpecification.
|
|
2618
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.6.11
|
|
2577
2619
|
*/
|
|
2578
2620
|
readonly availableTextTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2579
2621
|
/**
|
|
2580
2622
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2581
2623
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2582
2624
|
*
|
|
2583
|
-
* @see {@link MatterSpecification.
|
|
2625
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
2584
2626
|
*/
|
|
2585
2627
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2586
2628
|
/**
|
|
2587
2629
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2588
2630
|
*
|
|
2589
|
-
* @see {@link MatterSpecification.
|
|
2631
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
2590
2632
|
*/
|
|
2591
2633
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2592
2634
|
/**
|
|
2593
2635
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2594
2636
|
* identifies the primary language used in the Track.
|
|
2595
2637
|
*
|
|
2596
|
-
* @see {@link MatterSpecification.
|
|
2638
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
2597
2639
|
*/
|
|
2598
2640
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2599
2641
|
/**
|
|
2600
2642
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2601
2643
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2602
2644
|
*
|
|
2603
|
-
* @see {@link MatterSpecification.
|
|
2645
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
2604
2646
|
*/
|
|
2605
2647
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2606
2648
|
/**
|
|
2607
2649
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2608
2650
|
* there is no DisplayName corresponding to the Track.
|
|
2609
2651
|
*
|
|
2610
|
-
* @see {@link MatterSpecification.
|
|
2652
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
2611
2653
|
*/
|
|
2612
2654
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2613
2655
|
}>>;
|
|
@@ -2620,13 +2662,13 @@ export declare namespace MediaPlayback {
|
|
|
2620
2662
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
2621
2663
|
* the server shall return an error status of INVALID_ARGUMENT.
|
|
2622
2664
|
*
|
|
2623
|
-
* @see {@link MatterSpecification.
|
|
2665
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.14
|
|
2624
2666
|
*/
|
|
2625
2667
|
readonly activateTextTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2626
2668
|
/**
|
|
2627
2669
|
* This field shall indicate the Text Track to activate.
|
|
2628
2670
|
*
|
|
2629
|
-
* @see {@link MatterSpecification.
|
|
2671
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.14.1
|
|
2630
2672
|
*/
|
|
2631
2673
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2632
2674
|
}>, void, any>;
|
|
@@ -2634,7 +2676,7 @@ export declare namespace MediaPlayback {
|
|
|
2634
2676
|
* If a Text Track is active (i.e. being displayed), upon receipt of this command, the server shall stop
|
|
2635
2677
|
* displaying it.
|
|
2636
2678
|
*
|
|
2637
|
-
* @see {@link MatterSpecification.
|
|
2679
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.15
|
|
2638
2680
|
*/
|
|
2639
2681
|
readonly deactivateTextTrack: Command<void, void, any>;
|
|
2640
2682
|
};
|
|
@@ -2658,7 +2700,7 @@ export declare namespace MediaPlayback {
|
|
|
2658
2700
|
* returned. If the playback speed has reached the maximum supported speed for media playing backwards, the
|
|
2659
2701
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
2660
2702
|
*
|
|
2661
|
-
* @see {@link MatterSpecification.
|
|
2703
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.7
|
|
2662
2704
|
*/
|
|
2663
2705
|
readonly rewind: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2664
2706
|
/**
|
|
@@ -2667,20 +2709,20 @@ export declare namespace MediaPlayback {
|
|
|
2667
2709
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
2668
2710
|
* down to a low level and/or unplugged.
|
|
2669
2711
|
*
|
|
2670
|
-
* @see {@link MatterSpecification.
|
|
2712
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.7.1
|
|
2671
2713
|
*/
|
|
2672
2714
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2673
2715
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2674
2716
|
/**
|
|
2675
2717
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2676
2718
|
*
|
|
2677
|
-
* @see {@link MatterSpecification.
|
|
2719
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
2678
2720
|
*/
|
|
2679
2721
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2680
2722
|
/**
|
|
2681
2723
|
* This field shall indicate Optional app-specific data.
|
|
2682
2724
|
*
|
|
2683
|
-
* @see {@link MatterSpecification.
|
|
2725
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
2684
2726
|
*/
|
|
2685
2727
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2686
2728
|
}>, any>;
|
|
@@ -2697,7 +2739,7 @@ export declare namespace MediaPlayback {
|
|
|
2697
2739
|
* returned. If the playback speed has reached the maximum supported speed for media playing forward, the
|
|
2698
2740
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
2699
2741
|
*
|
|
2700
|
-
* @see {@link MatterSpecification.
|
|
2742
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.8
|
|
2701
2743
|
*/
|
|
2702
2744
|
readonly fastForward: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2703
2745
|
/**
|
|
@@ -2706,20 +2748,20 @@ export declare namespace MediaPlayback {
|
|
|
2706
2748
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
2707
2749
|
* down to a low level and/or unplugged.
|
|
2708
2750
|
*
|
|
2709
|
-
* @see {@link MatterSpecification.
|
|
2751
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.8.1
|
|
2710
2752
|
*/
|
|
2711
2753
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2712
2754
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2713
2755
|
/**
|
|
2714
2756
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2715
2757
|
*
|
|
2716
|
-
* @see {@link MatterSpecification.
|
|
2758
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
2717
2759
|
*/
|
|
2718
2760
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2719
2761
|
/**
|
|
2720
2762
|
* This field shall indicate Optional app-specific data.
|
|
2721
2763
|
*
|
|
2722
|
-
* @see {@link MatterSpecification.
|
|
2764
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
2723
2765
|
*/
|
|
2724
2766
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2725
2767
|
}>, any>;
|
|
@@ -2737,7 +2779,7 @@ export declare namespace MediaPlayback {
|
|
|
2737
2779
|
* MediaPlaybackCluster supports optional features that you can enable with the MediaPlaybackCluster.with() factory
|
|
2738
2780
|
* method.
|
|
2739
2781
|
*
|
|
2740
|
-
* @see {@link MatterSpecification.
|
|
2782
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10
|
|
2741
2783
|
*/
|
|
2742
2784
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2743
2785
|
}
|
|
@@ -2755,25 +2797,25 @@ export declare namespace MediaPlayback {
|
|
|
2755
2797
|
* jumping to a specific location using time offsets. This enables clients to implement more advanced media
|
|
2756
2798
|
* seeking behavior in their user interface, for instance a "seek bar".
|
|
2757
2799
|
*
|
|
2758
|
-
* @see {@link MatterSpecification.
|
|
2800
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.1
|
|
2759
2801
|
*/
|
|
2760
2802
|
readonly advancedSeek: BitFlag;
|
|
2761
2803
|
/**
|
|
2762
2804
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
2763
2805
|
*
|
|
2764
|
-
* @see {@link MatterSpecification.
|
|
2806
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.2
|
|
2765
2807
|
*/
|
|
2766
2808
|
readonly variableSpeed: BitFlag;
|
|
2767
2809
|
/**
|
|
2768
2810
|
* This feature is for a device or app that supports Text Tracks.
|
|
2769
2811
|
*
|
|
2770
|
-
* @see {@link MatterSpecification.
|
|
2812
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.3
|
|
2771
2813
|
*/
|
|
2772
2814
|
readonly textTracks: BitFlag;
|
|
2773
2815
|
/**
|
|
2774
2816
|
* This feature is for a device or app that supports Audio Tracks.
|
|
2775
2817
|
*
|
|
2776
|
-
* @see {@link MatterSpecification.
|
|
2818
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.4
|
|
2777
2819
|
*/
|
|
2778
2820
|
readonly audioTracks: BitFlag;
|
|
2779
2821
|
/**
|
|
@@ -2783,7 +2825,7 @@ export declare namespace MediaPlayback {
|
|
|
2783
2825
|
*
|
|
2784
2826
|
* A cluster implementing AA shall implement AS.
|
|
2785
2827
|
*
|
|
2786
|
-
* @see {@link MatterSpecification.
|
|
2828
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.5
|
|
2787
2829
|
*/
|
|
2788
2830
|
readonly audioAdvance: BitFlag;
|
|
2789
2831
|
};
|
|
@@ -2808,7 +2850,7 @@ export declare namespace MediaPlayback {
|
|
|
2808
2850
|
/**
|
|
2809
2851
|
* This field shall indicate the time when the position was last updated.
|
|
2810
2852
|
*
|
|
2811
|
-
* @see {@link MatterSpecification.
|
|
2853
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.1
|
|
2812
2854
|
*/
|
|
2813
2855
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2814
2856
|
/**
|
|
@@ -2820,7 +2862,7 @@ export declare namespace MediaPlayback {
|
|
|
2820
2862
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
2821
2863
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
2822
2864
|
*
|
|
2823
|
-
* @see {@link MatterSpecification.
|
|
2865
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.2
|
|
2824
2866
|
*/
|
|
2825
2867
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2826
2868
|
}> | null, any> & {
|
|
@@ -2860,34 +2902,34 @@ export declare namespace MediaPlayback {
|
|
|
2860
2902
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2861
2903
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2862
2904
|
*
|
|
2863
|
-
* @see {@link MatterSpecification.
|
|
2905
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
2864
2906
|
*/
|
|
2865
2907
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2866
2908
|
/**
|
|
2867
2909
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2868
2910
|
*
|
|
2869
|
-
* @see {@link MatterSpecification.
|
|
2911
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
2870
2912
|
*/
|
|
2871
2913
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2872
2914
|
/**
|
|
2873
2915
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2874
2916
|
* identifies the primary language used in the Track.
|
|
2875
2917
|
*
|
|
2876
|
-
* @see {@link MatterSpecification.
|
|
2918
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
2877
2919
|
*/
|
|
2878
2920
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2879
2921
|
/**
|
|
2880
2922
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2881
2923
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2882
2924
|
*
|
|
2883
|
-
* @see {@link MatterSpecification.
|
|
2925
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
2884
2926
|
*/
|
|
2885
2927
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2886
2928
|
/**
|
|
2887
2929
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2888
2930
|
* there is no DisplayName corresponding to the Track.
|
|
2889
2931
|
*
|
|
2890
|
-
* @see {@link MatterSpecification.
|
|
2932
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
2891
2933
|
*/
|
|
2892
2934
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2893
2935
|
}>>;
|
|
@@ -2904,34 +2946,34 @@ export declare namespace MediaPlayback {
|
|
|
2904
2946
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2905
2947
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2906
2948
|
*
|
|
2907
|
-
* @see {@link MatterSpecification.
|
|
2949
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
2908
2950
|
*/
|
|
2909
2951
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2910
2952
|
/**
|
|
2911
2953
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2912
2954
|
*
|
|
2913
|
-
* @see {@link MatterSpecification.
|
|
2955
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
2914
2956
|
*/
|
|
2915
2957
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2916
2958
|
/**
|
|
2917
2959
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2918
2960
|
* identifies the primary language used in the Track.
|
|
2919
2961
|
*
|
|
2920
|
-
* @see {@link MatterSpecification.
|
|
2962
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
2921
2963
|
*/
|
|
2922
2964
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2923
2965
|
/**
|
|
2924
2966
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2925
2967
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2926
2968
|
*
|
|
2927
|
-
* @see {@link MatterSpecification.
|
|
2969
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
2928
2970
|
*/
|
|
2929
2971
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2930
2972
|
/**
|
|
2931
2973
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2932
2974
|
* there is no DisplayName corresponding to the Track.
|
|
2933
2975
|
*
|
|
2934
|
-
* @see {@link MatterSpecification.
|
|
2976
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
2935
2977
|
*/
|
|
2936
2978
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2937
2979
|
}>>;
|
|
@@ -2948,34 +2990,34 @@ export declare namespace MediaPlayback {
|
|
|
2948
2990
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2949
2991
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2950
2992
|
*
|
|
2951
|
-
* @see {@link MatterSpecification.
|
|
2993
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
2952
2994
|
*/
|
|
2953
2995
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2954
2996
|
/**
|
|
2955
2997
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2956
2998
|
*
|
|
2957
|
-
* @see {@link MatterSpecification.
|
|
2999
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
2958
3000
|
*/
|
|
2959
3001
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2960
3002
|
/**
|
|
2961
3003
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2962
3004
|
* identifies the primary language used in the Track.
|
|
2963
3005
|
*
|
|
2964
|
-
* @see {@link MatterSpecification.
|
|
3006
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
2965
3007
|
*/
|
|
2966
3008
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2967
3009
|
/**
|
|
2968
3010
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2969
3011
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2970
3012
|
*
|
|
2971
|
-
* @see {@link MatterSpecification.
|
|
3013
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
2972
3014
|
*/
|
|
2973
3015
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2974
3016
|
/**
|
|
2975
3017
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2976
3018
|
* there is no DisplayName corresponding to the Track.
|
|
2977
3019
|
*
|
|
2978
|
-
* @see {@link MatterSpecification.
|
|
3020
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
2979
3021
|
*/
|
|
2980
3022
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2981
3023
|
}>>;
|
|
@@ -2992,34 +3034,34 @@ export declare namespace MediaPlayback {
|
|
|
2992
3034
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2993
3035
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2994
3036
|
*
|
|
2995
|
-
* @see {@link MatterSpecification.
|
|
3037
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.1
|
|
2996
3038
|
*/
|
|
2997
3039
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2998
3040
|
/**
|
|
2999
3041
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
3000
3042
|
*
|
|
3001
|
-
* @see {@link MatterSpecification.
|
|
3043
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.5.2
|
|
3002
3044
|
*/
|
|
3003
3045
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3004
3046
|
/**
|
|
3005
3047
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
3006
3048
|
* identifies the primary language used in the Track.
|
|
3007
3049
|
*
|
|
3008
|
-
* @see {@link MatterSpecification.
|
|
3050
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.1
|
|
3009
3051
|
*/
|
|
3010
3052
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3011
3053
|
/**
|
|
3012
3054
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
3013
3055
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
3014
3056
|
*
|
|
3015
|
-
* @see {@link MatterSpecification.
|
|
3057
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.2
|
|
3016
3058
|
*/
|
|
3017
3059
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
3018
3060
|
/**
|
|
3019
3061
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
3020
3062
|
* there is no DisplayName corresponding to the Track.
|
|
3021
3063
|
*
|
|
3022
|
-
* @see {@link MatterSpecification.
|
|
3064
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.6.3
|
|
3023
3065
|
*/
|
|
3024
3066
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
3025
3067
|
}>>;
|
|
@@ -3039,25 +3081,25 @@ export declare namespace MediaPlayback {
|
|
|
3039
3081
|
* jumping to a specific location using time offsets. This enables clients to implement more advanced media
|
|
3040
3082
|
* seeking behavior in their user interface, for instance a "seek bar".
|
|
3041
3083
|
*
|
|
3042
|
-
* @see {@link MatterSpecification.
|
|
3084
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.1
|
|
3043
3085
|
*/
|
|
3044
3086
|
readonly advancedSeek: BitFlag;
|
|
3045
3087
|
/**
|
|
3046
3088
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
3047
3089
|
*
|
|
3048
|
-
* @see {@link MatterSpecification.
|
|
3090
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.2
|
|
3049
3091
|
*/
|
|
3050
3092
|
readonly variableSpeed: BitFlag;
|
|
3051
3093
|
/**
|
|
3052
3094
|
* This feature is for a device or app that supports Text Tracks.
|
|
3053
3095
|
*
|
|
3054
|
-
* @see {@link MatterSpecification.
|
|
3096
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.3
|
|
3055
3097
|
*/
|
|
3056
3098
|
readonly textTracks: BitFlag;
|
|
3057
3099
|
/**
|
|
3058
3100
|
* This feature is for a device or app that supports Audio Tracks.
|
|
3059
3101
|
*
|
|
3060
|
-
* @see {@link MatterSpecification.
|
|
3102
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.4
|
|
3061
3103
|
*/
|
|
3062
3104
|
readonly audioTracks: BitFlag;
|
|
3063
3105
|
/**
|
|
@@ -3067,7 +3109,7 @@ export declare namespace MediaPlayback {
|
|
|
3067
3109
|
*
|
|
3068
3110
|
* A cluster implementing AA shall implement AS.
|
|
3069
3111
|
*
|
|
3070
|
-
* @see {@link MatterSpecification.
|
|
3112
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.4.5
|
|
3071
3113
|
*/
|
|
3072
3114
|
readonly audioAdvance: BitFlag;
|
|
3073
3115
|
}>, never>;
|
|
@@ -3083,20 +3125,20 @@ export declare namespace MediaPlayback {
|
|
|
3083
3125
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
3084
3126
|
* down to a low level and/or unplugged.
|
|
3085
3127
|
*
|
|
3086
|
-
* @see {@link MatterSpecification.
|
|
3128
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.7.1
|
|
3087
3129
|
*/
|
|
3088
3130
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
3089
3131
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3090
3132
|
/**
|
|
3091
3133
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3092
3134
|
*
|
|
3093
|
-
* @see {@link MatterSpecification.
|
|
3135
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
3094
3136
|
*/
|
|
3095
3137
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3096
3138
|
/**
|
|
3097
3139
|
* This field shall indicate Optional app-specific data.
|
|
3098
3140
|
*
|
|
3099
|
-
* @see {@link MatterSpecification.
|
|
3141
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
3100
3142
|
*/
|
|
3101
3143
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3102
3144
|
}>, any> & {
|
|
@@ -3114,20 +3156,20 @@ export declare namespace MediaPlayback {
|
|
|
3114
3156
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
3115
3157
|
* down to a low level and/or unplugged.
|
|
3116
3158
|
*
|
|
3117
|
-
* @see {@link MatterSpecification.
|
|
3159
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.8.1
|
|
3118
3160
|
*/
|
|
3119
3161
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
3120
3162
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3121
3163
|
/**
|
|
3122
3164
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3123
3165
|
*
|
|
3124
|
-
* @see {@link MatterSpecification.
|
|
3166
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
3125
3167
|
*/
|
|
3126
3168
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3127
3169
|
/**
|
|
3128
3170
|
* This field shall indicate Optional app-specific data.
|
|
3129
3171
|
*
|
|
3130
|
-
* @see {@link MatterSpecification.
|
|
3172
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
3131
3173
|
*/
|
|
3132
3174
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3133
3175
|
}>, any> & {
|
|
@@ -3147,20 +3189,20 @@ export declare namespace MediaPlayback {
|
|
|
3147
3189
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
3148
3190
|
* playback.
|
|
3149
3191
|
*
|
|
3150
|
-
* @see {@link MatterSpecification.
|
|
3192
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.11.1
|
|
3151
3193
|
*/
|
|
3152
3194
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3153
3195
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3154
3196
|
/**
|
|
3155
3197
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3156
3198
|
*
|
|
3157
|
-
* @see {@link MatterSpecification.
|
|
3199
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
3158
3200
|
*/
|
|
3159
3201
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3160
3202
|
/**
|
|
3161
3203
|
* This field shall indicate Optional app-specific data.
|
|
3162
3204
|
*
|
|
3163
|
-
* @see {@link MatterSpecification.
|
|
3205
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
3164
3206
|
*/
|
|
3165
3207
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3166
3208
|
}>, any> & {
|
|
@@ -3175,7 +3217,7 @@ export declare namespace MediaPlayback {
|
|
|
3175
3217
|
/**
|
|
3176
3218
|
* This field shall indicate the Audio Track to activate.
|
|
3177
3219
|
*
|
|
3178
|
-
* @see {@link MatterSpecification.
|
|
3220
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13.1
|
|
3179
3221
|
*/
|
|
3180
3222
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3181
3223
|
/**
|
|
@@ -3184,7 +3226,7 @@ export declare namespace MediaPlayback {
|
|
|
3184
3226
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
3185
3227
|
* output(s) to play the Audio Track on.
|
|
3186
3228
|
*
|
|
3187
|
-
* @see {@link MatterSpecification.
|
|
3229
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.13.2
|
|
3188
3230
|
*/
|
|
3189
3231
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3190
3232
|
}>, void, any> & {
|
|
@@ -3199,7 +3241,7 @@ export declare namespace MediaPlayback {
|
|
|
3199
3241
|
/**
|
|
3200
3242
|
* This field shall indicate the Text Track to activate.
|
|
3201
3243
|
*
|
|
3202
|
-
* @see {@link MatterSpecification.
|
|
3244
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.14.1
|
|
3203
3245
|
*/
|
|
3204
3246
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3205
3247
|
}>, void, any> & {
|
|
@@ -3222,38 +3264,38 @@ export declare namespace MediaPlayback {
|
|
|
3222
3264
|
* Upon receipt, this shall play media. If content is currently in a FastForward or Rewind state. Play shall
|
|
3223
3265
|
* return media to normal playback speed.
|
|
3224
3266
|
*
|
|
3225
|
-
* @see {@link MatterSpecification.
|
|
3267
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.1
|
|
3226
3268
|
*/
|
|
3227
3269
|
readonly play: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3228
3270
|
/**
|
|
3229
3271
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3230
3272
|
*
|
|
3231
|
-
* @see {@link MatterSpecification.
|
|
3273
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
3232
3274
|
*/
|
|
3233
3275
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3234
3276
|
/**
|
|
3235
3277
|
* This field shall indicate Optional app-specific data.
|
|
3236
3278
|
*
|
|
3237
|
-
* @see {@link MatterSpecification.
|
|
3279
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
3238
3280
|
*/
|
|
3239
3281
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3240
3282
|
}>, any>;
|
|
3241
3283
|
/**
|
|
3242
3284
|
* Upon receipt, this shall pause playback of the media.
|
|
3243
3285
|
*
|
|
3244
|
-
* @see {@link MatterSpecification.
|
|
3286
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.2
|
|
3245
3287
|
*/
|
|
3246
3288
|
readonly pause: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3247
3289
|
/**
|
|
3248
3290
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3249
3291
|
*
|
|
3250
|
-
* @see {@link MatterSpecification.
|
|
3292
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
3251
3293
|
*/
|
|
3252
3294
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3253
3295
|
/**
|
|
3254
3296
|
* This field shall indicate Optional app-specific data.
|
|
3255
3297
|
*
|
|
3256
|
-
* @see {@link MatterSpecification.
|
|
3298
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
3257
3299
|
*/
|
|
3258
3300
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3259
3301
|
}>, any>;
|
|
@@ -3261,38 +3303,38 @@ export declare namespace MediaPlayback {
|
|
|
3261
3303
|
* Upon receipt, this shall stop playback of the media. User-visible outcome is context-specific. This may
|
|
3262
3304
|
* navigate the user back to the location from where the media was originally launched.
|
|
3263
3305
|
*
|
|
3264
|
-
* @see {@link MatterSpecification.
|
|
3306
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.3
|
|
3265
3307
|
*/
|
|
3266
3308
|
readonly stop: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3267
3309
|
/**
|
|
3268
3310
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3269
3311
|
*
|
|
3270
|
-
* @see {@link MatterSpecification.
|
|
3312
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
3271
3313
|
*/
|
|
3272
3314
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3273
3315
|
/**
|
|
3274
3316
|
* This field shall indicate Optional app-specific data.
|
|
3275
3317
|
*
|
|
3276
|
-
* @see {@link MatterSpecification.
|
|
3318
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
3277
3319
|
*/
|
|
3278
3320
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3279
3321
|
}>, any>;
|
|
3280
3322
|
/**
|
|
3281
3323
|
* Upon receipt, this shall Start Over with the current media playback item.
|
|
3282
3324
|
*
|
|
3283
|
-
* @see {@link MatterSpecification.
|
|
3325
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.4
|
|
3284
3326
|
*/
|
|
3285
3327
|
readonly startOver: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3286
3328
|
/**
|
|
3287
3329
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3288
3330
|
*
|
|
3289
|
-
* @see {@link MatterSpecification.
|
|
3331
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
3290
3332
|
*/
|
|
3291
3333
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3292
3334
|
/**
|
|
3293
3335
|
* This field shall indicate Optional app-specific data.
|
|
3294
3336
|
*
|
|
3295
|
-
* @see {@link MatterSpecification.
|
|
3337
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
3296
3338
|
*/
|
|
3297
3339
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3298
3340
|
}>, any>;
|
|
@@ -3300,19 +3342,19 @@ export declare namespace MediaPlayback {
|
|
|
3300
3342
|
* Upon receipt, this shall cause the handler to be invoked for "Previous". User experience is
|
|
3301
3343
|
* context-specific. This will often Go back to the previous media playback item.
|
|
3302
3344
|
*
|
|
3303
|
-
* @see {@link MatterSpecification.
|
|
3345
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.5
|
|
3304
3346
|
*/
|
|
3305
3347
|
readonly previous: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3306
3348
|
/**
|
|
3307
3349
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3308
3350
|
*
|
|
3309
|
-
* @see {@link MatterSpecification.
|
|
3351
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
3310
3352
|
*/
|
|
3311
3353
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3312
3354
|
/**
|
|
3313
3355
|
* This field shall indicate Optional app-specific data.
|
|
3314
3356
|
*
|
|
3315
|
-
* @see {@link MatterSpecification.
|
|
3357
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
3316
3358
|
*/
|
|
3317
3359
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3318
3360
|
}>, any>;
|
|
@@ -3320,26 +3362,26 @@ export declare namespace MediaPlayback {
|
|
|
3320
3362
|
* Upon receipt, this shall cause the handler to be invoked for "Next". User experience is context-specific.
|
|
3321
3363
|
* This will often Go forward to the next media playback item.
|
|
3322
3364
|
*
|
|
3323
|
-
* @see {@link MatterSpecification.
|
|
3365
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.6
|
|
3324
3366
|
*/
|
|
3325
3367
|
readonly next: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3326
3368
|
/**
|
|
3327
3369
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3328
3370
|
*
|
|
3329
|
-
* @see {@link MatterSpecification.
|
|
3371
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
3330
3372
|
*/
|
|
3331
3373
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3332
3374
|
/**
|
|
3333
3375
|
* This field shall indicate Optional app-specific data.
|
|
3334
3376
|
*
|
|
3335
|
-
* @see {@link MatterSpecification.
|
|
3377
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
3336
3378
|
*/
|
|
3337
3379
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3338
3380
|
}>, any>;
|
|
3339
3381
|
/**
|
|
3340
3382
|
* Upon receipt, this shall Skip forward in the media by the given number of milliseconds.
|
|
3341
3383
|
*
|
|
3342
|
-
* @see {@link MatterSpecification.
|
|
3384
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.9
|
|
3343
3385
|
*/
|
|
3344
3386
|
readonly skipForward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3345
3387
|
/**
|
|
@@ -3350,27 +3392,27 @@ export declare namespace MediaPlayback {
|
|
|
3350
3392
|
* should be set to that furthest valid position. If the SampledPosition attribute is supported it shall be
|
|
3351
3393
|
* updated on the cluster accordingly.
|
|
3352
3394
|
*
|
|
3353
|
-
* @see {@link MatterSpecification.
|
|
3395
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.9.1
|
|
3354
3396
|
*/
|
|
3355
3397
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3356
3398
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3357
3399
|
/**
|
|
3358
3400
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3359
3401
|
*
|
|
3360
|
-
* @see {@link MatterSpecification.
|
|
3402
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
3361
3403
|
*/
|
|
3362
3404
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3363
3405
|
/**
|
|
3364
3406
|
* This field shall indicate Optional app-specific data.
|
|
3365
3407
|
*
|
|
3366
|
-
* @see {@link MatterSpecification.
|
|
3408
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
3367
3409
|
*/
|
|
3368
3410
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3369
3411
|
}>, any>;
|
|
3370
3412
|
/**
|
|
3371
3413
|
* Upon receipt, this shall Skip backward in the media by the given number of milliseconds.
|
|
3372
3414
|
*
|
|
3373
|
-
* @see {@link MatterSpecification.
|
|
3415
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.10
|
|
3374
3416
|
*/
|
|
3375
3417
|
readonly skipBackward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3376
3418
|
/**
|
|
@@ -3381,20 +3423,20 @@ export declare namespace MediaPlayback {
|
|
|
3381
3423
|
* set to that earliest valid position. If the SampledPosition attribute is supported it shall be updated on the
|
|
3382
3424
|
* cluster accordingly.
|
|
3383
3425
|
*
|
|
3384
|
-
* @see {@link MatterSpecification.
|
|
3426
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.10.1
|
|
3385
3427
|
*/
|
|
3386
3428
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3387
3429
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3388
3430
|
/**
|
|
3389
3431
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3390
3432
|
*
|
|
3391
|
-
* @see {@link MatterSpecification.
|
|
3433
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.1
|
|
3392
3434
|
*/
|
|
3393
3435
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3394
3436
|
/**
|
|
3395
3437
|
* This field shall indicate Optional app-specific data.
|
|
3396
3438
|
*
|
|
3397
|
-
* @see {@link MatterSpecification.
|
|
3439
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.7.12.2
|
|
3398
3440
|
*/
|
|
3399
3441
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3400
3442
|
}>, any>;
|
|
@@ -3404,41 +3446,41 @@ export declare namespace MediaPlayback {
|
|
|
3404
3446
|
* If supported, this event shall be generated when there is a change in any of the supported attributes of
|
|
3405
3447
|
* the Media Playback cluster.
|
|
3406
3448
|
*
|
|
3407
|
-
* @see {@link MatterSpecification.
|
|
3449
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1
|
|
3408
3450
|
*/
|
|
3409
3451
|
readonly stateChanged: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3410
3452
|
/**
|
|
3411
3453
|
* This field shall indicate the updated playback state as defined by the CurrentState attribute, and has the
|
|
3412
3454
|
* same constraint as that attribute.
|
|
3413
3455
|
*
|
|
3414
|
-
* @see {@link MatterSpecification.
|
|
3456
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.1
|
|
3415
3457
|
*/
|
|
3416
3458
|
currentState: import("../tlv/TlvObject.js").FieldType<PlaybackState>;
|
|
3417
3459
|
/**
|
|
3418
3460
|
* This field shall indicate the updated start time as defined by the StartTime attribute, and has the same
|
|
3419
3461
|
* constraint as that attribute.
|
|
3420
3462
|
*
|
|
3421
|
-
* @see {@link MatterSpecification.
|
|
3463
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.2
|
|
3422
3464
|
*/
|
|
3423
3465
|
startTime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3424
3466
|
/**
|
|
3425
3467
|
* This field shall indicate the updated duration as defined by the Duration attribute, and has the same
|
|
3426
3468
|
* constraint as that attribute.
|
|
3427
3469
|
*
|
|
3428
|
-
* @see {@link MatterSpecification.
|
|
3470
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.3
|
|
3429
3471
|
*/
|
|
3430
3472
|
duration: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3431
3473
|
/**
|
|
3432
3474
|
* This field shall indicate the updated position of playback as defined by the SampledPosition attribute, and
|
|
3433
3475
|
* has the same constraint as that attribute.
|
|
3434
3476
|
*
|
|
3435
|
-
* @see {@link MatterSpecification.
|
|
3477
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.4
|
|
3436
3478
|
*/
|
|
3437
3479
|
sampledPosition: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3438
3480
|
/**
|
|
3439
3481
|
* This field shall indicate the time when the position was last updated.
|
|
3440
3482
|
*
|
|
3441
|
-
* @see {@link MatterSpecification.
|
|
3483
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.1
|
|
3442
3484
|
*/
|
|
3443
3485
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3444
3486
|
/**
|
|
@@ -3450,7 +3492,7 @@ export declare namespace MediaPlayback {
|
|
|
3450
3492
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
3451
3493
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
3452
3494
|
*
|
|
3453
|
-
* @see {@link MatterSpecification.
|
|
3495
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.5.4.2
|
|
3454
3496
|
*/
|
|
3455
3497
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
3456
3498
|
}>>;
|
|
@@ -3458,27 +3500,27 @@ export declare namespace MediaPlayback {
|
|
|
3458
3500
|
* This field shall indicate the updated speed at which the current media is being played as defined by the
|
|
3459
3501
|
* PlaybackSpeed attribute, and has the same constraint as that attribute.
|
|
3460
3502
|
*
|
|
3461
|
-
* @see {@link MatterSpecification.
|
|
3503
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.5
|
|
3462
3504
|
*/
|
|
3463
3505
|
playbackSpeed: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3464
3506
|
/**
|
|
3465
3507
|
* This field shall indicate the updated start of the seek range end as defined by the SeekRangeEnd attribute,
|
|
3466
3508
|
* and has the same constraint as that attribute.
|
|
3467
3509
|
*
|
|
3468
|
-
* @see {@link MatterSpecification.
|
|
3510
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.7
|
|
3469
3511
|
*/
|
|
3470
3512
|
seekRangeEnd: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3471
3513
|
/**
|
|
3472
3514
|
* This field shall indicate the updated start of the seek range start as defined by the SeekRangeStart
|
|
3473
3515
|
* attribute, and has the same constraint as that attribute.
|
|
3474
3516
|
*
|
|
3475
|
-
* @see {@link MatterSpecification.
|
|
3517
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.6
|
|
3476
3518
|
*/
|
|
3477
3519
|
seekRangeStart: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3478
3520
|
/**
|
|
3479
3521
|
* This field shall indicate Optional app-specific data.
|
|
3480
3522
|
*
|
|
3481
|
-
* @see {@link MatterSpecification.
|
|
3523
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.8
|
|
3482
3524
|
*/
|
|
3483
3525
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
3484
3526
|
/**
|
|
@@ -3490,7 +3532,7 @@ export declare namespace MediaPlayback {
|
|
|
3490
3532
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
3491
3533
|
* down to a low level and/or unplugged.
|
|
3492
3534
|
*
|
|
3493
|
-
* @see {@link MatterSpecification.
|
|
3535
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.10.8.1.9
|
|
3494
3536
|
*/
|
|
3495
3537
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
3496
3538
|
}>, any>;
|