@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250331-ae2df3e19
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 +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- 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 +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- 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 +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- 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 +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- 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 +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- 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 +1350 -1350
- package/dist/cjs/clusters/door-lock.js +228 -228
- 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-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.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 +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- 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 +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- 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 +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- 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 +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- 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 +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- 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 +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +252 -252
- package/dist/cjs/clusters/scenes-management.js +72 -72
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- 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 +135 -135
- 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 +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- 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 +116 -116
- 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 +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- 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 +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- 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/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 +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- 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 +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- 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 +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- 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 +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- 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 +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- 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 +1350 -1350
- package/dist/esm/clusters/door-lock.js +228 -228
- 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-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.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 +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- 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 +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- 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 +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- 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 +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- 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 +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- 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 +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +252 -252
- package/dist/esm/clusters/scenes-management.js +72 -72
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- 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 +135 -135
- 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 +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- 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 +116 -116
- 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 +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- 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 +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- 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/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 +20 -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 +28 -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 +111 -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 +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -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 +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +377 -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-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -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 +28 -28
- package/src/clusters/level-control.ts +50 -50
- 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 +91 -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 +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- 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 +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +114 -114
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -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 +174 -174
- 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 +81 -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 +35 -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/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
|
@@ -13,7 +13,7 @@ export declare namespace MediaPlayback {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by MediaPlaybackCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -23,7 +23,7 @@ export declare namespace MediaPlayback {
|
|
|
23
23
|
* to a specific location using time offsets. This enables clients to implement more advanced media seeking
|
|
24
24
|
* behavior in their user interface, for instance a "seek bar".
|
|
25
25
|
*
|
|
26
|
-
* @see {@link MatterSpecification.
|
|
26
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.1
|
|
27
27
|
*/
|
|
28
28
|
AdvancedSeek = "AdvancedSeek",
|
|
29
29
|
/**
|
|
@@ -31,7 +31,7 @@ export declare namespace MediaPlayback {
|
|
|
31
31
|
*
|
|
32
32
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
33
33
|
*
|
|
34
|
-
* @see {@link MatterSpecification.
|
|
34
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.2
|
|
35
35
|
*/
|
|
36
36
|
VariableSpeed = "VariableSpeed",
|
|
37
37
|
/**
|
|
@@ -39,7 +39,7 @@ export declare namespace MediaPlayback {
|
|
|
39
39
|
*
|
|
40
40
|
* This feature is for a device or app that supports Text Tracks.
|
|
41
41
|
*
|
|
42
|
-
* @see {@link MatterSpecification.
|
|
42
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.3
|
|
43
43
|
*/
|
|
44
44
|
TextTracks = "TextTracks",
|
|
45
45
|
/**
|
|
@@ -47,7 +47,7 @@ export declare namespace MediaPlayback {
|
|
|
47
47
|
*
|
|
48
48
|
* This feature is for a device or app that supports Audio Tracks.
|
|
49
49
|
*
|
|
50
|
-
* @see {@link MatterSpecification.
|
|
50
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.4
|
|
51
51
|
*/
|
|
52
52
|
AudioTracks = "AudioTracks",
|
|
53
53
|
/**
|
|
@@ -60,20 +60,20 @@ export declare namespace MediaPlayback {
|
|
|
60
60
|
*
|
|
61
61
|
* A cluster implementing AA shall implement AS.
|
|
62
62
|
*
|
|
63
|
-
* @see {@link MatterSpecification.
|
|
63
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.5
|
|
64
64
|
*/
|
|
65
65
|
AudioAdvance = "AudioAdvance"
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* This structure defines a playback position within a media stream being played.
|
|
69
69
|
*
|
|
70
|
-
* @see {@link MatterSpecification.
|
|
70
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4
|
|
71
71
|
*/
|
|
72
72
|
const TlvPlaybackPosition: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
73
73
|
/**
|
|
74
74
|
* This field shall indicate the time when the position was last updated.
|
|
75
75
|
*
|
|
76
|
-
* @see {@link MatterSpecification.
|
|
76
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.1
|
|
77
77
|
*/
|
|
78
78
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
79
79
|
/**
|
|
@@ -85,21 +85,21 @@ export declare namespace MediaPlayback {
|
|
|
85
85
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
86
86
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
87
87
|
*
|
|
88
|
-
* @see {@link MatterSpecification.
|
|
88
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.2
|
|
89
89
|
*/
|
|
90
90
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
91
91
|
}>;
|
|
92
92
|
/**
|
|
93
93
|
* This structure defines a playback position within a media stream being played.
|
|
94
94
|
*
|
|
95
|
-
* @see {@link MatterSpecification.
|
|
95
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4
|
|
96
96
|
*/
|
|
97
97
|
interface PlaybackPosition extends TypeFromSchema<typeof TlvPlaybackPosition> {
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
100
|
* Input to the MediaPlayback seek command
|
|
101
101
|
*
|
|
102
|
-
* @see {@link MatterSpecification.
|
|
102
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.11
|
|
103
103
|
*/
|
|
104
104
|
const TlvSeekRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
105
105
|
/**
|
|
@@ -110,19 +110,19 @@ export declare namespace MediaPlayback {
|
|
|
110
110
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
111
111
|
* playback.
|
|
112
112
|
*
|
|
113
|
-
* @see {@link MatterSpecification.
|
|
113
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.11.1
|
|
114
114
|
*/
|
|
115
115
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
116
116
|
}>;
|
|
117
117
|
/**
|
|
118
118
|
* Input to the MediaPlayback seek command
|
|
119
119
|
*
|
|
120
|
-
* @see {@link MatterSpecification.
|
|
120
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.11
|
|
121
121
|
*/
|
|
122
122
|
interface SeekRequest extends TypeFromSchema<typeof TlvSeekRequest> {
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
|
-
* @see {@link MatterSpecification.
|
|
125
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.2
|
|
126
126
|
*/
|
|
127
127
|
enum Status {
|
|
128
128
|
/**
|
|
@@ -155,31 +155,31 @@ export declare namespace MediaPlayback {
|
|
|
155
155
|
/**
|
|
156
156
|
* This command shall be generated in response to various Playback Commands.
|
|
157
157
|
*
|
|
158
|
-
* @see {@link MatterSpecification.
|
|
158
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12
|
|
159
159
|
*/
|
|
160
160
|
const TlvPlaybackResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
161
161
|
/**
|
|
162
162
|
* This field shall indicate the status of the command which resulted in this response.
|
|
163
163
|
*
|
|
164
|
-
* @see {@link MatterSpecification.
|
|
164
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
165
165
|
*/
|
|
166
166
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
167
167
|
/**
|
|
168
168
|
* This field shall indicate Optional app-specific data.
|
|
169
169
|
*
|
|
170
|
-
* @see {@link MatterSpecification.
|
|
170
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
171
171
|
*/
|
|
172
172
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
173
173
|
}>;
|
|
174
174
|
/**
|
|
175
175
|
* This command shall be generated in response to various Playback Commands.
|
|
176
176
|
*
|
|
177
|
-
* @see {@link MatterSpecification.
|
|
177
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12
|
|
178
178
|
*/
|
|
179
179
|
interface PlaybackResponse extends TypeFromSchema<typeof TlvPlaybackResponse> {
|
|
180
180
|
}
|
|
181
181
|
/**
|
|
182
|
-
* @see {@link MatterSpecification.
|
|
182
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.3
|
|
183
183
|
*/
|
|
184
184
|
enum Characteristic {
|
|
185
185
|
/**
|
|
@@ -270,76 +270,76 @@ export declare namespace MediaPlayback {
|
|
|
270
270
|
/**
|
|
271
271
|
* This structure includes the attributes associated with a Text/Audio Track
|
|
272
272
|
*
|
|
273
|
-
* @see {@link MatterSpecification.
|
|
273
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6
|
|
274
274
|
*/
|
|
275
275
|
const TlvTrackAttributes: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
276
276
|
/**
|
|
277
277
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
278
278
|
* identifies the primary language used in the Track.
|
|
279
279
|
*
|
|
280
|
-
* @see {@link MatterSpecification.
|
|
280
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
281
281
|
*/
|
|
282
282
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
283
283
|
/**
|
|
284
284
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
285
285
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
286
286
|
*
|
|
287
|
-
* @see {@link MatterSpecification.
|
|
287
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
288
288
|
*/
|
|
289
289
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
290
290
|
/**
|
|
291
291
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
292
292
|
* there is no DisplayName corresponding to the Track.
|
|
293
293
|
*
|
|
294
|
-
* @see {@link MatterSpecification.
|
|
294
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
295
295
|
*/
|
|
296
296
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
297
297
|
}>;
|
|
298
298
|
/**
|
|
299
299
|
* This structure includes the attributes associated with a Text/Audio Track
|
|
300
300
|
*
|
|
301
|
-
* @see {@link MatterSpecification.
|
|
301
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6
|
|
302
302
|
*/
|
|
303
303
|
interface TrackAttributes extends TypeFromSchema<typeof TlvTrackAttributes> {
|
|
304
304
|
}
|
|
305
305
|
/**
|
|
306
306
|
* This structure defines a uniquely identifiable Text Track or Audio Track.
|
|
307
307
|
*
|
|
308
|
-
* @see {@link MatterSpecification.
|
|
308
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5
|
|
309
309
|
*/
|
|
310
310
|
const TlvTrack: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
311
311
|
/**
|
|
312
312
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
313
313
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
314
314
|
*
|
|
315
|
-
* @see {@link MatterSpecification.
|
|
315
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
316
316
|
*/
|
|
317
317
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
318
318
|
/**
|
|
319
319
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
320
320
|
*
|
|
321
|
-
* @see {@link MatterSpecification.
|
|
321
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
322
322
|
*/
|
|
323
323
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
324
324
|
/**
|
|
325
325
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
326
326
|
* identifies the primary language used in the Track.
|
|
327
327
|
*
|
|
328
|
-
* @see {@link MatterSpecification.
|
|
328
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
329
329
|
*/
|
|
330
330
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
331
331
|
/**
|
|
332
332
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
333
333
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
334
334
|
*
|
|
335
|
-
* @see {@link MatterSpecification.
|
|
335
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
336
336
|
*/
|
|
337
337
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
338
338
|
/**
|
|
339
339
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
340
340
|
* there is no DisplayName corresponding to the Track.
|
|
341
341
|
*
|
|
342
|
-
* @see {@link MatterSpecification.
|
|
342
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
343
343
|
*/
|
|
344
344
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
345
345
|
}>>;
|
|
@@ -347,20 +347,20 @@ export declare namespace MediaPlayback {
|
|
|
347
347
|
/**
|
|
348
348
|
* This structure defines a uniquely identifiable Text Track or Audio Track.
|
|
349
349
|
*
|
|
350
|
-
* @see {@link MatterSpecification.
|
|
350
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5
|
|
351
351
|
*/
|
|
352
352
|
interface Track extends TypeFromSchema<typeof TlvTrack> {
|
|
353
353
|
}
|
|
354
354
|
/**
|
|
355
355
|
* Input to the MediaPlayback activateAudioTrack command
|
|
356
356
|
*
|
|
357
|
-
* @see {@link MatterSpecification.
|
|
357
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13
|
|
358
358
|
*/
|
|
359
359
|
const TlvActivateAudioTrackRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
360
360
|
/**
|
|
361
361
|
* This field shall indicate the Audio Track to activate.
|
|
362
362
|
*
|
|
363
|
-
* @see {@link MatterSpecification.
|
|
363
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13.1
|
|
364
364
|
*/
|
|
365
365
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
366
366
|
/**
|
|
@@ -369,41 +369,41 @@ export declare namespace MediaPlayback {
|
|
|
369
369
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
370
370
|
* output(s) to play the Audio Track on.
|
|
371
371
|
*
|
|
372
|
-
* @see {@link MatterSpecification.
|
|
372
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13.2
|
|
373
373
|
*/
|
|
374
374
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
375
375
|
}>;
|
|
376
376
|
/**
|
|
377
377
|
* Input to the MediaPlayback activateAudioTrack command
|
|
378
378
|
*
|
|
379
|
-
* @see {@link MatterSpecification.
|
|
379
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13
|
|
380
380
|
*/
|
|
381
381
|
interface ActivateAudioTrackRequest extends TypeFromSchema<typeof TlvActivateAudioTrackRequest> {
|
|
382
382
|
}
|
|
383
383
|
/**
|
|
384
384
|
* Input to the MediaPlayback activateTextTrack command
|
|
385
385
|
*
|
|
386
|
-
* @see {@link MatterSpecification.
|
|
386
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.14
|
|
387
387
|
*/
|
|
388
388
|
const TlvActivateTextTrackRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
389
389
|
/**
|
|
390
390
|
* This field shall indicate the Text Track to activate.
|
|
391
391
|
*
|
|
392
|
-
* @see {@link MatterSpecification.
|
|
392
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.14.1
|
|
393
393
|
*/
|
|
394
394
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
395
395
|
}>;
|
|
396
396
|
/**
|
|
397
397
|
* Input to the MediaPlayback activateTextTrack command
|
|
398
398
|
*
|
|
399
|
-
* @see {@link MatterSpecification.
|
|
399
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.14
|
|
400
400
|
*/
|
|
401
401
|
interface ActivateTextTrackRequest extends TypeFromSchema<typeof TlvActivateTextTrackRequest> {
|
|
402
402
|
}
|
|
403
403
|
/**
|
|
404
404
|
* Input to the MediaPlayback rewind command
|
|
405
405
|
*
|
|
406
|
-
* @see {@link MatterSpecification.
|
|
406
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.7
|
|
407
407
|
*/
|
|
408
408
|
const TlvRewindRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
409
409
|
/**
|
|
@@ -412,21 +412,21 @@ export declare namespace MediaPlayback {
|
|
|
412
412
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
413
413
|
* down to a low level and/or unplugged.
|
|
414
414
|
*
|
|
415
|
-
* @see {@link MatterSpecification.
|
|
415
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.7.1
|
|
416
416
|
*/
|
|
417
417
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
418
418
|
}>;
|
|
419
419
|
/**
|
|
420
420
|
* Input to the MediaPlayback rewind command
|
|
421
421
|
*
|
|
422
|
-
* @see {@link MatterSpecification.
|
|
422
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.7
|
|
423
423
|
*/
|
|
424
424
|
interface RewindRequest extends TypeFromSchema<typeof TlvRewindRequest> {
|
|
425
425
|
}
|
|
426
426
|
/**
|
|
427
427
|
* Input to the MediaPlayback fastForward command
|
|
428
428
|
*
|
|
429
|
-
* @see {@link MatterSpecification.
|
|
429
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.8
|
|
430
430
|
*/
|
|
431
431
|
const TlvFastForwardRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
432
432
|
/**
|
|
@@ -435,19 +435,19 @@ export declare namespace MediaPlayback {
|
|
|
435
435
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
436
436
|
* down to a low level and/or unplugged.
|
|
437
437
|
*
|
|
438
|
-
* @see {@link MatterSpecification.
|
|
438
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.8.1
|
|
439
439
|
*/
|
|
440
440
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
441
441
|
}>;
|
|
442
442
|
/**
|
|
443
443
|
* Input to the MediaPlayback fastForward command
|
|
444
444
|
*
|
|
445
|
-
* @see {@link MatterSpecification.
|
|
445
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.8
|
|
446
446
|
*/
|
|
447
447
|
interface FastForwardRequest extends TypeFromSchema<typeof TlvFastForwardRequest> {
|
|
448
448
|
}
|
|
449
449
|
/**
|
|
450
|
-
* @see {@link MatterSpecification.
|
|
450
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.1
|
|
451
451
|
*/
|
|
452
452
|
enum PlaybackState {
|
|
453
453
|
/**
|
|
@@ -470,7 +470,7 @@ export declare namespace MediaPlayback {
|
|
|
470
470
|
/**
|
|
471
471
|
* Input to the MediaPlayback skipForward command
|
|
472
472
|
*
|
|
473
|
-
* @see {@link MatterSpecification.
|
|
473
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.9
|
|
474
474
|
*/
|
|
475
475
|
const TlvSkipForwardRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
476
476
|
/**
|
|
@@ -481,21 +481,21 @@ export declare namespace MediaPlayback {
|
|
|
481
481
|
* should be set to that furthest valid position. If the SampledPosition attribute is supported it shall be
|
|
482
482
|
* updated on the cluster accordingly.
|
|
483
483
|
*
|
|
484
|
-
* @see {@link MatterSpecification.
|
|
484
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.9.1
|
|
485
485
|
*/
|
|
486
486
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
487
487
|
}>;
|
|
488
488
|
/**
|
|
489
489
|
* Input to the MediaPlayback skipForward command
|
|
490
490
|
*
|
|
491
|
-
* @see {@link MatterSpecification.
|
|
491
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.9
|
|
492
492
|
*/
|
|
493
493
|
interface SkipForwardRequest extends TypeFromSchema<typeof TlvSkipForwardRequest> {
|
|
494
494
|
}
|
|
495
495
|
/**
|
|
496
496
|
* Input to the MediaPlayback skipBackward command
|
|
497
497
|
*
|
|
498
|
-
* @see {@link MatterSpecification.
|
|
498
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.10
|
|
499
499
|
*/
|
|
500
500
|
const TlvSkipBackwardRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
501
501
|
/**
|
|
@@ -506,55 +506,55 @@ export declare namespace MediaPlayback {
|
|
|
506
506
|
* set to that earliest valid position. If the SampledPosition attribute is supported it shall be updated on the
|
|
507
507
|
* cluster accordingly.
|
|
508
508
|
*
|
|
509
|
-
* @see {@link MatterSpecification.
|
|
509
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.10.1
|
|
510
510
|
*/
|
|
511
511
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
512
512
|
}>;
|
|
513
513
|
/**
|
|
514
514
|
* Input to the MediaPlayback skipBackward command
|
|
515
515
|
*
|
|
516
|
-
* @see {@link MatterSpecification.
|
|
516
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.10
|
|
517
517
|
*/
|
|
518
518
|
interface SkipBackwardRequest extends TypeFromSchema<typeof TlvSkipBackwardRequest> {
|
|
519
519
|
}
|
|
520
520
|
/**
|
|
521
521
|
* Body of the MediaPlayback stateChanged event
|
|
522
522
|
*
|
|
523
|
-
* @see {@link MatterSpecification.
|
|
523
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1
|
|
524
524
|
*/
|
|
525
525
|
const TlvStateChangedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
526
526
|
/**
|
|
527
527
|
* This field shall indicate the updated playback state as defined by the CurrentState attribute, and has the
|
|
528
528
|
* same constraint as that attribute.
|
|
529
529
|
*
|
|
530
|
-
* @see {@link MatterSpecification.
|
|
530
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.1
|
|
531
531
|
*/
|
|
532
532
|
currentState: import("../tlv/TlvObject.js").FieldType<PlaybackState>;
|
|
533
533
|
/**
|
|
534
534
|
* This field shall indicate the updated start time as defined by the StartTime attribute, and has the same
|
|
535
535
|
* constraint as that attribute.
|
|
536
536
|
*
|
|
537
|
-
* @see {@link MatterSpecification.
|
|
537
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.2
|
|
538
538
|
*/
|
|
539
539
|
startTime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
540
540
|
/**
|
|
541
541
|
* This field shall indicate the updated duration as defined by the Duration attribute, and has the same
|
|
542
542
|
* constraint as that attribute.
|
|
543
543
|
*
|
|
544
|
-
* @see {@link MatterSpecification.
|
|
544
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.3
|
|
545
545
|
*/
|
|
546
546
|
duration: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
547
547
|
/**
|
|
548
548
|
* This field shall indicate the updated position of playback as defined by the SampledPosition attribute, and
|
|
549
549
|
* has the same constraint as that attribute.
|
|
550
550
|
*
|
|
551
|
-
* @see {@link MatterSpecification.
|
|
551
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.4
|
|
552
552
|
*/
|
|
553
553
|
sampledPosition: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
554
554
|
/**
|
|
555
555
|
* This field shall indicate the time when the position was last updated.
|
|
556
556
|
*
|
|
557
|
-
* @see {@link MatterSpecification.
|
|
557
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.1
|
|
558
558
|
*/
|
|
559
559
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
560
560
|
/**
|
|
@@ -566,7 +566,7 @@ export declare namespace MediaPlayback {
|
|
|
566
566
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
567
567
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
568
568
|
*
|
|
569
|
-
* @see {@link MatterSpecification.
|
|
569
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.2
|
|
570
570
|
*/
|
|
571
571
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
572
572
|
}>>;
|
|
@@ -574,27 +574,27 @@ export declare namespace MediaPlayback {
|
|
|
574
574
|
* This field shall indicate the updated speed at which the current media is being played as defined by the
|
|
575
575
|
* PlaybackSpeed attribute, and has the same constraint as that attribute.
|
|
576
576
|
*
|
|
577
|
-
* @see {@link MatterSpecification.
|
|
577
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.5
|
|
578
578
|
*/
|
|
579
579
|
playbackSpeed: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
580
580
|
/**
|
|
581
581
|
* This field shall indicate the updated start of the seek range end as defined by the SeekRangeEnd attribute,
|
|
582
582
|
* and has the same constraint as that attribute.
|
|
583
583
|
*
|
|
584
|
-
* @see {@link MatterSpecification.
|
|
584
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.7
|
|
585
585
|
*/
|
|
586
586
|
seekRangeEnd: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
587
587
|
/**
|
|
588
588
|
* This field shall indicate the updated start of the seek range start as defined by the SeekRangeStart
|
|
589
589
|
* attribute, and has the same constraint as that attribute.
|
|
590
590
|
*
|
|
591
|
-
* @see {@link MatterSpecification.
|
|
591
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.6
|
|
592
592
|
*/
|
|
593
593
|
seekRangeStart: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
594
594
|
/**
|
|
595
595
|
* This field shall indicate Optional app-specific data.
|
|
596
596
|
*
|
|
597
|
-
* @see {@link MatterSpecification.
|
|
597
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.8
|
|
598
598
|
*/
|
|
599
599
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
600
600
|
/**
|
|
@@ -606,14 +606,14 @@ export declare namespace MediaPlayback {
|
|
|
606
606
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
607
607
|
* down to a low level and/or unplugged.
|
|
608
608
|
*
|
|
609
|
-
* @see {@link MatterSpecification.
|
|
609
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.9
|
|
610
610
|
*/
|
|
611
611
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
612
612
|
}>;
|
|
613
613
|
/**
|
|
614
614
|
* Body of the MediaPlayback stateChanged event
|
|
615
615
|
*
|
|
616
|
-
* @see {@link MatterSpecification.
|
|
616
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1
|
|
617
617
|
*/
|
|
618
618
|
interface StateChangedEvent extends TypeFromSchema<typeof TlvStateChangedEvent> {
|
|
619
619
|
}
|
|
@@ -628,7 +628,7 @@ export declare namespace MediaPlayback {
|
|
|
628
628
|
* video-on-demand). This time is a UTC time. The client needs to handle conversion to local time, as
|
|
629
629
|
* required, taking in account time zone and possible local DST offset.
|
|
630
630
|
*
|
|
631
|
-
* @see {@link MatterSpecification.
|
|
631
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.2
|
|
632
632
|
*/
|
|
633
633
|
readonly startTime: Attribute<number | bigint | null, any>;
|
|
634
634
|
/**
|
|
@@ -637,7 +637,7 @@ export declare namespace MediaPlayback {
|
|
|
637
637
|
* or null when duration is not applicable (for example, in live streaming content with no known duration).
|
|
638
638
|
* This attribute shall never be 0.
|
|
639
639
|
*
|
|
640
|
-
* @see {@link MatterSpecification.
|
|
640
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.3
|
|
641
641
|
*/
|
|
642
642
|
readonly duration: Attribute<number | bigint | null, any>;
|
|
643
643
|
/**
|
|
@@ -658,13 +658,13 @@ export declare namespace MediaPlayback {
|
|
|
658
658
|
*
|
|
659
659
|
* • Updating of playback speed as a result of explicit request, or as a result of buffering events
|
|
660
660
|
*
|
|
661
|
-
* @see {@link MatterSpecification.
|
|
661
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.4
|
|
662
662
|
*/
|
|
663
663
|
readonly sampledPosition: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
664
664
|
/**
|
|
665
665
|
* This field shall indicate the time when the position was last updated.
|
|
666
666
|
*
|
|
667
|
-
* @see {@link MatterSpecification.
|
|
667
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.1
|
|
668
668
|
*/
|
|
669
669
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
670
670
|
/**
|
|
@@ -676,7 +676,7 @@ export declare namespace MediaPlayback {
|
|
|
676
676
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
677
677
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
678
678
|
*
|
|
679
|
-
* @see {@link MatterSpecification.
|
|
679
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.2
|
|
680
680
|
*/
|
|
681
681
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
682
682
|
}> | null, any>;
|
|
@@ -711,7 +711,7 @@ export declare namespace MediaPlayback {
|
|
|
711
711
|
*
|
|
712
712
|
* Following examples illustrate the PlaybackSpeed attribute values in various conditions.
|
|
713
713
|
*
|
|
714
|
-
* @see {@link MatterSpecification.
|
|
714
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.5
|
|
715
715
|
*/
|
|
716
716
|
readonly playbackSpeed: Attribute<number, any>;
|
|
717
717
|
/**
|
|
@@ -722,14 +722,14 @@ export declare namespace MediaPlayback {
|
|
|
722
722
|
* truncating fractional milliseconds towards 0. A value of Nas when StartTime is not specified shall
|
|
723
723
|
* indicate that seeking forward is not allowed.
|
|
724
724
|
*
|
|
725
|
-
* @see {@link MatterSpecification.
|
|
725
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.7
|
|
726
726
|
*/
|
|
727
727
|
readonly seekRangeEnd: Attribute<number | bigint | null, any>;
|
|
728
728
|
/**
|
|
729
729
|
* Indicates the earliest valid position to which a client may seek back, in milliseconds from start of the
|
|
730
730
|
* media. A value of Nas shall indicate that seeking backwards is not allowed.
|
|
731
731
|
*
|
|
732
|
-
* @see {@link MatterSpecification.
|
|
732
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.6
|
|
733
733
|
*/
|
|
734
734
|
readonly seekRangeStart: Attribute<number | bigint | null, any>;
|
|
735
735
|
};
|
|
@@ -737,7 +737,7 @@ export declare namespace MediaPlayback {
|
|
|
737
737
|
/**
|
|
738
738
|
* Upon receipt, this shall change the playback position in the media to the given position.
|
|
739
739
|
*
|
|
740
|
-
* @see {@link MatterSpecification.
|
|
740
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.11
|
|
741
741
|
*/
|
|
742
742
|
readonly seek: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
743
743
|
/**
|
|
@@ -748,20 +748,20 @@ export declare namespace MediaPlayback {
|
|
|
748
748
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
749
749
|
* playback.
|
|
750
750
|
*
|
|
751
|
-
* @see {@link MatterSpecification.
|
|
751
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.11.1
|
|
752
752
|
*/
|
|
753
753
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
754
754
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
755
755
|
/**
|
|
756
756
|
* This field shall indicate the status of the command which resulted in this response.
|
|
757
757
|
*
|
|
758
|
-
* @see {@link MatterSpecification.
|
|
758
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
759
759
|
*/
|
|
760
760
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
761
761
|
/**
|
|
762
762
|
* This field shall indicate Optional app-specific data.
|
|
763
763
|
*
|
|
764
|
-
* @see {@link MatterSpecification.
|
|
764
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
765
765
|
*/
|
|
766
766
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
767
767
|
}>, any>;
|
|
@@ -776,41 +776,41 @@ export declare namespace MediaPlayback {
|
|
|
776
776
|
* ActiveTrack refers to the Audio track currently set and being used for the streaming media. A value of
|
|
777
777
|
* null shall indicate that no Audio Track corresponding to the current media is currently being played.
|
|
778
778
|
*
|
|
779
|
-
* @see {@link MatterSpecification.
|
|
779
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.8
|
|
780
780
|
*/
|
|
781
781
|
readonly activeAudioTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
782
782
|
/**
|
|
783
783
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
784
784
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
785
785
|
*
|
|
786
|
-
* @see {@link MatterSpecification.
|
|
786
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
787
787
|
*/
|
|
788
788
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
789
789
|
/**
|
|
790
790
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
791
791
|
*
|
|
792
|
-
* @see {@link MatterSpecification.
|
|
792
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
793
793
|
*/
|
|
794
794
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
795
795
|
/**
|
|
796
796
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
797
797
|
* identifies the primary language used in the Track.
|
|
798
798
|
*
|
|
799
|
-
* @see {@link MatterSpecification.
|
|
799
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
800
800
|
*/
|
|
801
801
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
802
802
|
/**
|
|
803
803
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
804
804
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
805
805
|
*
|
|
806
|
-
* @see {@link MatterSpecification.
|
|
806
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
807
807
|
*/
|
|
808
808
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
809
809
|
/**
|
|
810
810
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
811
811
|
* there is no DisplayName corresponding to the Track.
|
|
812
812
|
*
|
|
813
|
-
* @see {@link MatterSpecification.
|
|
813
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
814
814
|
*/
|
|
815
815
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
816
816
|
}>>;
|
|
@@ -820,41 +820,41 @@ export declare namespace MediaPlayback {
|
|
|
820
820
|
* value of null shall indicate that no Audio Tracks corresponding to the current media are selectable by
|
|
821
821
|
* the client.
|
|
822
822
|
*
|
|
823
|
-
* @see {@link MatterSpecification.
|
|
823
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.9
|
|
824
824
|
*/
|
|
825
825
|
readonly availableAudioTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
826
826
|
/**
|
|
827
827
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
828
828
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
829
829
|
*
|
|
830
|
-
* @see {@link MatterSpecification.
|
|
830
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
831
831
|
*/
|
|
832
832
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
833
833
|
/**
|
|
834
834
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
835
835
|
*
|
|
836
|
-
* @see {@link MatterSpecification.
|
|
836
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
837
837
|
*/
|
|
838
838
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
839
839
|
/**
|
|
840
840
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
841
841
|
* identifies the primary language used in the Track.
|
|
842
842
|
*
|
|
843
|
-
* @see {@link MatterSpecification.
|
|
843
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
844
844
|
*/
|
|
845
845
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
846
846
|
/**
|
|
847
847
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
848
848
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
849
849
|
*
|
|
850
|
-
* @see {@link MatterSpecification.
|
|
850
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
851
851
|
*/
|
|
852
852
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
853
853
|
/**
|
|
854
854
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
855
855
|
* there is no DisplayName corresponding to the Track.
|
|
856
856
|
*
|
|
857
|
-
* @see {@link MatterSpecification.
|
|
857
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
858
858
|
*/
|
|
859
859
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
860
860
|
}>>;
|
|
@@ -867,13 +867,13 @@ export declare namespace MediaPlayback {
|
|
|
867
867
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
868
868
|
* the server will return an error status of INVALID_ARGUMENT.
|
|
869
869
|
*
|
|
870
|
-
* @see {@link MatterSpecification.
|
|
870
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13
|
|
871
871
|
*/
|
|
872
872
|
readonly activateAudioTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
873
873
|
/**
|
|
874
874
|
* This field shall indicate the Audio Track to activate.
|
|
875
875
|
*
|
|
876
|
-
* @see {@link MatterSpecification.
|
|
876
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13.1
|
|
877
877
|
*/
|
|
878
878
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
879
879
|
/**
|
|
@@ -882,7 +882,7 @@ export declare namespace MediaPlayback {
|
|
|
882
882
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
883
883
|
* output(s) to play the Audio Track on.
|
|
884
884
|
*
|
|
885
|
-
* @see {@link MatterSpecification.
|
|
885
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13.2
|
|
886
886
|
*/
|
|
887
887
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
888
888
|
}>, void, any>;
|
|
@@ -898,41 +898,41 @@ export declare namespace MediaPlayback {
|
|
|
898
898
|
* nil. A value of null shall indicate that no Text Track corresponding to the current media is currently
|
|
899
899
|
* being displayed.
|
|
900
900
|
*
|
|
901
|
-
* @see {@link MatterSpecification.
|
|
901
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.10
|
|
902
902
|
*/
|
|
903
903
|
readonly activeTextTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
904
904
|
/**
|
|
905
905
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
906
906
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
907
907
|
*
|
|
908
|
-
* @see {@link MatterSpecification.
|
|
908
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
909
909
|
*/
|
|
910
910
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
911
911
|
/**
|
|
912
912
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
913
913
|
*
|
|
914
|
-
* @see {@link MatterSpecification.
|
|
914
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
915
915
|
*/
|
|
916
916
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
917
917
|
/**
|
|
918
918
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
919
919
|
* identifies the primary language used in the Track.
|
|
920
920
|
*
|
|
921
|
-
* @see {@link MatterSpecification.
|
|
921
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
922
922
|
*/
|
|
923
923
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
924
924
|
/**
|
|
925
925
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
926
926
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
927
927
|
*
|
|
928
|
-
* @see {@link MatterSpecification.
|
|
928
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
929
929
|
*/
|
|
930
930
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
931
931
|
/**
|
|
932
932
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
933
933
|
* there is no DisplayName corresponding to the Track.
|
|
934
934
|
*
|
|
935
|
-
* @see {@link MatterSpecification.
|
|
935
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
936
936
|
*/
|
|
937
937
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
938
938
|
}>>;
|
|
@@ -942,41 +942,41 @@ export declare namespace MediaPlayback {
|
|
|
942
942
|
* can be an empty list. A value of null shall indicate that no Text Tracks corresponding to the current
|
|
943
943
|
* media are selectable by the client.
|
|
944
944
|
*
|
|
945
|
-
* @see {@link MatterSpecification.
|
|
945
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.11
|
|
946
946
|
*/
|
|
947
947
|
readonly availableTextTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
948
948
|
/**
|
|
949
949
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
950
950
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
951
951
|
*
|
|
952
|
-
* @see {@link MatterSpecification.
|
|
952
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
953
953
|
*/
|
|
954
954
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
955
955
|
/**
|
|
956
956
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
957
957
|
*
|
|
958
|
-
* @see {@link MatterSpecification.
|
|
958
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
959
959
|
*/
|
|
960
960
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
961
961
|
/**
|
|
962
962
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
963
963
|
* identifies the primary language used in the Track.
|
|
964
964
|
*
|
|
965
|
-
* @see {@link MatterSpecification.
|
|
965
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
966
966
|
*/
|
|
967
967
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
968
968
|
/**
|
|
969
969
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
970
970
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
971
971
|
*
|
|
972
|
-
* @see {@link MatterSpecification.
|
|
972
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
973
973
|
*/
|
|
974
974
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
975
975
|
/**
|
|
976
976
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
977
977
|
* there is no DisplayName corresponding to the Track.
|
|
978
978
|
*
|
|
979
|
-
* @see {@link MatterSpecification.
|
|
979
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
980
980
|
*/
|
|
981
981
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
982
982
|
}>>;
|
|
@@ -989,13 +989,13 @@ export declare namespace MediaPlayback {
|
|
|
989
989
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
990
990
|
* the server shall return an error status of INVALID_ARGUMENT.
|
|
991
991
|
*
|
|
992
|
-
* @see {@link MatterSpecification.
|
|
992
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.14
|
|
993
993
|
*/
|
|
994
994
|
readonly activateTextTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
995
995
|
/**
|
|
996
996
|
* This field shall indicate the Text Track to activate.
|
|
997
997
|
*
|
|
998
|
-
* @see {@link MatterSpecification.
|
|
998
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.14.1
|
|
999
999
|
*/
|
|
1000
1000
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1001
1001
|
}>, void, any>;
|
|
@@ -1003,7 +1003,7 @@ export declare namespace MediaPlayback {
|
|
|
1003
1003
|
* If a Text Track is active (i.e. being displayed), upon receipt of this command, the server shall stop
|
|
1004
1004
|
* displaying it.
|
|
1005
1005
|
*
|
|
1006
|
-
* @see {@link MatterSpecification.
|
|
1006
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.15
|
|
1007
1007
|
*/
|
|
1008
1008
|
readonly deactivateTextTrack: Command<void, void, any>;
|
|
1009
1009
|
};
|
|
@@ -1026,7 +1026,7 @@ export declare namespace MediaPlayback {
|
|
|
1026
1026
|
* returned. If the playback speed has reached the maximum supported speed for media playing backwards, the
|
|
1027
1027
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
1028
1028
|
*
|
|
1029
|
-
* @see {@link MatterSpecification.
|
|
1029
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.7
|
|
1030
1030
|
*/
|
|
1031
1031
|
readonly rewind: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1032
1032
|
/**
|
|
@@ -1035,20 +1035,20 @@ export declare namespace MediaPlayback {
|
|
|
1035
1035
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1036
1036
|
* down to a low level and/or unplugged.
|
|
1037
1037
|
*
|
|
1038
|
-
* @see {@link MatterSpecification.
|
|
1038
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.7.1
|
|
1039
1039
|
*/
|
|
1040
1040
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1041
1041
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1042
1042
|
/**
|
|
1043
1043
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1044
1044
|
*
|
|
1045
|
-
* @see {@link MatterSpecification.
|
|
1045
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
1046
1046
|
*/
|
|
1047
1047
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1048
1048
|
/**
|
|
1049
1049
|
* This field shall indicate Optional app-specific data.
|
|
1050
1050
|
*
|
|
1051
|
-
* @see {@link MatterSpecification.
|
|
1051
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
1052
1052
|
*/
|
|
1053
1053
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1054
1054
|
}>, any>;
|
|
@@ -1066,7 +1066,7 @@ export declare namespace MediaPlayback {
|
|
|
1066
1066
|
* returned. If the playback speed has reached the maximum supported speed for media playing forward, the
|
|
1067
1067
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
1068
1068
|
*
|
|
1069
|
-
* @see {@link MatterSpecification.
|
|
1069
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.8
|
|
1070
1070
|
*/
|
|
1071
1071
|
readonly fastForward: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1072
1072
|
/**
|
|
@@ -1075,20 +1075,20 @@ export declare namespace MediaPlayback {
|
|
|
1075
1075
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1076
1076
|
* down to a low level and/or unplugged.
|
|
1077
1077
|
*
|
|
1078
|
-
* @see {@link MatterSpecification.
|
|
1078
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.8.1
|
|
1079
1079
|
*/
|
|
1080
1080
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1081
1081
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1082
1082
|
/**
|
|
1083
1083
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1084
1084
|
*
|
|
1085
|
-
* @see {@link MatterSpecification.
|
|
1085
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
1086
1086
|
*/
|
|
1087
1087
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1088
1088
|
/**
|
|
1089
1089
|
* This field shall indicate Optional app-specific data.
|
|
1090
1090
|
*
|
|
1091
|
-
* @see {@link MatterSpecification.
|
|
1091
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
1092
1092
|
*/
|
|
1093
1093
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1094
1094
|
}>, any>;
|
|
@@ -1109,7 +1109,7 @@ export declare namespace MediaPlayback {
|
|
|
1109
1109
|
* jumping to a specific location using time offsets. This enables clients to implement more advanced media
|
|
1110
1110
|
* seeking behavior in their user interface, for instance a "seek bar".
|
|
1111
1111
|
*
|
|
1112
|
-
* @see {@link MatterSpecification.
|
|
1112
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.1
|
|
1113
1113
|
*/
|
|
1114
1114
|
readonly advancedSeek: BitFlag;
|
|
1115
1115
|
/**
|
|
@@ -1117,7 +1117,7 @@ export declare namespace MediaPlayback {
|
|
|
1117
1117
|
*
|
|
1118
1118
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
1119
1119
|
*
|
|
1120
|
-
* @see {@link MatterSpecification.
|
|
1120
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.2
|
|
1121
1121
|
*/
|
|
1122
1122
|
readonly variableSpeed: BitFlag;
|
|
1123
1123
|
/**
|
|
@@ -1125,7 +1125,7 @@ export declare namespace MediaPlayback {
|
|
|
1125
1125
|
*
|
|
1126
1126
|
* This feature is for a device or app that supports Text Tracks.
|
|
1127
1127
|
*
|
|
1128
|
-
* @see {@link MatterSpecification.
|
|
1128
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.3
|
|
1129
1129
|
*/
|
|
1130
1130
|
readonly textTracks: BitFlag;
|
|
1131
1131
|
/**
|
|
@@ -1133,7 +1133,7 @@ export declare namespace MediaPlayback {
|
|
|
1133
1133
|
*
|
|
1134
1134
|
* This feature is for a device or app that supports Audio Tracks.
|
|
1135
1135
|
*
|
|
1136
|
-
* @see {@link MatterSpecification.
|
|
1136
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.4
|
|
1137
1137
|
*/
|
|
1138
1138
|
readonly audioTracks: BitFlag;
|
|
1139
1139
|
/**
|
|
@@ -1146,7 +1146,7 @@ export declare namespace MediaPlayback {
|
|
|
1146
1146
|
*
|
|
1147
1147
|
* A cluster implementing AA shall implement AS.
|
|
1148
1148
|
*
|
|
1149
|
-
* @see {@link MatterSpecification.
|
|
1149
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.5
|
|
1150
1150
|
*/
|
|
1151
1151
|
readonly audioAdvance: BitFlag;
|
|
1152
1152
|
};
|
|
@@ -1156,7 +1156,7 @@ export declare namespace MediaPlayback {
|
|
|
1156
1156
|
*
|
|
1157
1157
|
* During fast-forward, rewind, and other seek operations; this attribute shall be set to PLAYING.
|
|
1158
1158
|
*
|
|
1159
|
-
* @see {@link MatterSpecification.
|
|
1159
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.1
|
|
1160
1160
|
*/
|
|
1161
1161
|
readonly currentState: Attribute<PlaybackState, any>;
|
|
1162
1162
|
};
|
|
@@ -1165,38 +1165,38 @@ export declare namespace MediaPlayback {
|
|
|
1165
1165
|
* Upon receipt, this shall play media. If content is currently in a FastForward or Rewind state. Play shall
|
|
1166
1166
|
* return media to normal playback speed.
|
|
1167
1167
|
*
|
|
1168
|
-
* @see {@link MatterSpecification.
|
|
1168
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.1
|
|
1169
1169
|
*/
|
|
1170
1170
|
readonly play: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1171
1171
|
/**
|
|
1172
1172
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1173
1173
|
*
|
|
1174
|
-
* @see {@link MatterSpecification.
|
|
1174
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
1175
1175
|
*/
|
|
1176
1176
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1177
1177
|
/**
|
|
1178
1178
|
* This field shall indicate Optional app-specific data.
|
|
1179
1179
|
*
|
|
1180
|
-
* @see {@link MatterSpecification.
|
|
1180
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
1181
1181
|
*/
|
|
1182
1182
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1183
1183
|
}>, any>;
|
|
1184
1184
|
/**
|
|
1185
1185
|
* Upon receipt, this shall pause playback of the media.
|
|
1186
1186
|
*
|
|
1187
|
-
* @see {@link MatterSpecification.
|
|
1187
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.2
|
|
1188
1188
|
*/
|
|
1189
1189
|
readonly pause: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1190
1190
|
/**
|
|
1191
1191
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1192
1192
|
*
|
|
1193
|
-
* @see {@link MatterSpecification.
|
|
1193
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
1194
1194
|
*/
|
|
1195
1195
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1196
1196
|
/**
|
|
1197
1197
|
* This field shall indicate Optional app-specific data.
|
|
1198
1198
|
*
|
|
1199
|
-
* @see {@link MatterSpecification.
|
|
1199
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
1200
1200
|
*/
|
|
1201
1201
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1202
1202
|
}>, any>;
|
|
@@ -1204,38 +1204,38 @@ export declare namespace MediaPlayback {
|
|
|
1204
1204
|
* Upon receipt, this shall stop playback of the media. User-visible outcome is context-specific. This may
|
|
1205
1205
|
* navigate the user back to the location from where the media was originally launched.
|
|
1206
1206
|
*
|
|
1207
|
-
* @see {@link MatterSpecification.
|
|
1207
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.3
|
|
1208
1208
|
*/
|
|
1209
1209
|
readonly stop: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1210
1210
|
/**
|
|
1211
1211
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1212
1212
|
*
|
|
1213
|
-
* @see {@link MatterSpecification.
|
|
1213
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
1214
1214
|
*/
|
|
1215
1215
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1216
1216
|
/**
|
|
1217
1217
|
* This field shall indicate Optional app-specific data.
|
|
1218
1218
|
*
|
|
1219
|
-
* @see {@link MatterSpecification.
|
|
1219
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
1220
1220
|
*/
|
|
1221
1221
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1222
1222
|
}>, any>;
|
|
1223
1223
|
/**
|
|
1224
1224
|
* Upon receipt, this shall Start Over with the current media playback item.
|
|
1225
1225
|
*
|
|
1226
|
-
* @see {@link MatterSpecification.
|
|
1226
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.4
|
|
1227
1227
|
*/
|
|
1228
1228
|
readonly startOver: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1229
1229
|
/**
|
|
1230
1230
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1231
1231
|
*
|
|
1232
|
-
* @see {@link MatterSpecification.
|
|
1232
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
1233
1233
|
*/
|
|
1234
1234
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1235
1235
|
/**
|
|
1236
1236
|
* This field shall indicate Optional app-specific data.
|
|
1237
1237
|
*
|
|
1238
|
-
* @see {@link MatterSpecification.
|
|
1238
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
1239
1239
|
*/
|
|
1240
1240
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1241
1241
|
}>, any>;
|
|
@@ -1243,19 +1243,19 @@ export declare namespace MediaPlayback {
|
|
|
1243
1243
|
* Upon receipt, this shall cause the handler to be invoked for "Previous". User experience is
|
|
1244
1244
|
* context-specific. This will often Go back to the previous media playback item.
|
|
1245
1245
|
*
|
|
1246
|
-
* @see {@link MatterSpecification.
|
|
1246
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.5
|
|
1247
1247
|
*/
|
|
1248
1248
|
readonly previous: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1249
1249
|
/**
|
|
1250
1250
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1251
1251
|
*
|
|
1252
|
-
* @see {@link MatterSpecification.
|
|
1252
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
1253
1253
|
*/
|
|
1254
1254
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1255
1255
|
/**
|
|
1256
1256
|
* This field shall indicate Optional app-specific data.
|
|
1257
1257
|
*
|
|
1258
|
-
* @see {@link MatterSpecification.
|
|
1258
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
1259
1259
|
*/
|
|
1260
1260
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1261
1261
|
}>, any>;
|
|
@@ -1263,26 +1263,26 @@ export declare namespace MediaPlayback {
|
|
|
1263
1263
|
* Upon receipt, this shall cause the handler to be invoked for "Next". User experience is context-
|
|
1264
1264
|
* specific. This will often Go forward to the next media playback item.
|
|
1265
1265
|
*
|
|
1266
|
-
* @see {@link MatterSpecification.
|
|
1266
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.6
|
|
1267
1267
|
*/
|
|
1268
1268
|
readonly next: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1269
1269
|
/**
|
|
1270
1270
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1271
1271
|
*
|
|
1272
|
-
* @see {@link MatterSpecification.
|
|
1272
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
1273
1273
|
*/
|
|
1274
1274
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1275
1275
|
/**
|
|
1276
1276
|
* This field shall indicate Optional app-specific data.
|
|
1277
1277
|
*
|
|
1278
|
-
* @see {@link MatterSpecification.
|
|
1278
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
1279
1279
|
*/
|
|
1280
1280
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1281
1281
|
}>, any>;
|
|
1282
1282
|
/**
|
|
1283
1283
|
* Upon receipt, this shall Skip forward in the media by the given number of milliseconds.
|
|
1284
1284
|
*
|
|
1285
|
-
* @see {@link MatterSpecification.
|
|
1285
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.9
|
|
1286
1286
|
*/
|
|
1287
1287
|
readonly skipForward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1288
1288
|
/**
|
|
@@ -1293,27 +1293,27 @@ export declare namespace MediaPlayback {
|
|
|
1293
1293
|
* should be set to that furthest valid position. If the SampledPosition attribute is supported it shall be
|
|
1294
1294
|
* updated on the cluster accordingly.
|
|
1295
1295
|
*
|
|
1296
|
-
* @see {@link MatterSpecification.
|
|
1296
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.9.1
|
|
1297
1297
|
*/
|
|
1298
1298
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1299
1299
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1300
1300
|
/**
|
|
1301
1301
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1302
1302
|
*
|
|
1303
|
-
* @see {@link MatterSpecification.
|
|
1303
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
1304
1304
|
*/
|
|
1305
1305
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1306
1306
|
/**
|
|
1307
1307
|
* This field shall indicate Optional app-specific data.
|
|
1308
1308
|
*
|
|
1309
|
-
* @see {@link MatterSpecification.
|
|
1309
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
1310
1310
|
*/
|
|
1311
1311
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1312
1312
|
}>, any>;
|
|
1313
1313
|
/**
|
|
1314
1314
|
* Upon receipt, this shall Skip backward in the media by the given number of milliseconds.
|
|
1315
1315
|
*
|
|
1316
|
-
* @see {@link MatterSpecification.
|
|
1316
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.10
|
|
1317
1317
|
*/
|
|
1318
1318
|
readonly skipBackward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1319
1319
|
/**
|
|
@@ -1324,20 +1324,20 @@ export declare namespace MediaPlayback {
|
|
|
1324
1324
|
* set to that earliest valid position. If the SampledPosition attribute is supported it shall be updated on the
|
|
1325
1325
|
* cluster accordingly.
|
|
1326
1326
|
*
|
|
1327
|
-
* @see {@link MatterSpecification.
|
|
1327
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.10.1
|
|
1328
1328
|
*/
|
|
1329
1329
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1330
1330
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1331
1331
|
/**
|
|
1332
1332
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1333
1333
|
*
|
|
1334
|
-
* @see {@link MatterSpecification.
|
|
1334
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
1335
1335
|
*/
|
|
1336
1336
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1337
1337
|
/**
|
|
1338
1338
|
* This field shall indicate Optional app-specific data.
|
|
1339
1339
|
*
|
|
1340
|
-
* @see {@link MatterSpecification.
|
|
1340
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
1341
1341
|
*/
|
|
1342
1342
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1343
1343
|
}>, any>;
|
|
@@ -1347,41 +1347,41 @@ export declare namespace MediaPlayback {
|
|
|
1347
1347
|
* If supported, this event shall be generated when there is a change in any of the supported attributes of
|
|
1348
1348
|
* the Media Playback cluster.
|
|
1349
1349
|
*
|
|
1350
|
-
* @see {@link MatterSpecification.
|
|
1350
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1
|
|
1351
1351
|
*/
|
|
1352
1352
|
readonly stateChanged: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1353
1353
|
/**
|
|
1354
1354
|
* This field shall indicate the updated playback state as defined by the CurrentState attribute, and has the
|
|
1355
1355
|
* same constraint as that attribute.
|
|
1356
1356
|
*
|
|
1357
|
-
* @see {@link MatterSpecification.
|
|
1357
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.1
|
|
1358
1358
|
*/
|
|
1359
1359
|
currentState: import("../tlv/TlvObject.js").FieldType<PlaybackState>;
|
|
1360
1360
|
/**
|
|
1361
1361
|
* This field shall indicate the updated start time as defined by the StartTime attribute, and has the same
|
|
1362
1362
|
* constraint as that attribute.
|
|
1363
1363
|
*
|
|
1364
|
-
* @see {@link MatterSpecification.
|
|
1364
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.2
|
|
1365
1365
|
*/
|
|
1366
1366
|
startTime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1367
1367
|
/**
|
|
1368
1368
|
* This field shall indicate the updated duration as defined by the Duration attribute, and has the same
|
|
1369
1369
|
* constraint as that attribute.
|
|
1370
1370
|
*
|
|
1371
|
-
* @see {@link MatterSpecification.
|
|
1371
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.3
|
|
1372
1372
|
*/
|
|
1373
1373
|
duration: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1374
1374
|
/**
|
|
1375
1375
|
* This field shall indicate the updated position of playback as defined by the SampledPosition attribute, and
|
|
1376
1376
|
* has the same constraint as that attribute.
|
|
1377
1377
|
*
|
|
1378
|
-
* @see {@link MatterSpecification.
|
|
1378
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.4
|
|
1379
1379
|
*/
|
|
1380
1380
|
sampledPosition: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1381
1381
|
/**
|
|
1382
1382
|
* This field shall indicate the time when the position was last updated.
|
|
1383
1383
|
*
|
|
1384
|
-
* @see {@link MatterSpecification.
|
|
1384
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.1
|
|
1385
1385
|
*/
|
|
1386
1386
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1387
1387
|
/**
|
|
@@ -1393,7 +1393,7 @@ export declare namespace MediaPlayback {
|
|
|
1393
1393
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
1394
1394
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
1395
1395
|
*
|
|
1396
|
-
* @see {@link MatterSpecification.
|
|
1396
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.2
|
|
1397
1397
|
*/
|
|
1398
1398
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1399
1399
|
}>>;
|
|
@@ -1401,27 +1401,27 @@ export declare namespace MediaPlayback {
|
|
|
1401
1401
|
* This field shall indicate the updated speed at which the current media is being played as defined by the
|
|
1402
1402
|
* PlaybackSpeed attribute, and has the same constraint as that attribute.
|
|
1403
1403
|
*
|
|
1404
|
-
* @see {@link MatterSpecification.
|
|
1404
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.5
|
|
1405
1405
|
*/
|
|
1406
1406
|
playbackSpeed: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1407
1407
|
/**
|
|
1408
1408
|
* This field shall indicate the updated start of the seek range end as defined by the SeekRangeEnd attribute,
|
|
1409
1409
|
* and has the same constraint as that attribute.
|
|
1410
1410
|
*
|
|
1411
|
-
* @see {@link MatterSpecification.
|
|
1411
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.7
|
|
1412
1412
|
*/
|
|
1413
1413
|
seekRangeEnd: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1414
1414
|
/**
|
|
1415
1415
|
* This field shall indicate the updated start of the seek range start as defined by the SeekRangeStart
|
|
1416
1416
|
* attribute, and has the same constraint as that attribute.
|
|
1417
1417
|
*
|
|
1418
|
-
* @see {@link MatterSpecification.
|
|
1418
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.6
|
|
1419
1419
|
*/
|
|
1420
1420
|
seekRangeStart: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1421
1421
|
/**
|
|
1422
1422
|
* This field shall indicate Optional app-specific data.
|
|
1423
1423
|
*
|
|
1424
|
-
* @see {@link MatterSpecification.
|
|
1424
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.8
|
|
1425
1425
|
*/
|
|
1426
1426
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1427
1427
|
/**
|
|
@@ -1433,7 +1433,7 @@ export declare namespace MediaPlayback {
|
|
|
1433
1433
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1434
1434
|
* down to a low level and/or unplugged.
|
|
1435
1435
|
*
|
|
1436
|
-
* @see {@link MatterSpecification.
|
|
1436
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.9
|
|
1437
1437
|
*/
|
|
1438
1438
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1439
1439
|
}>, any>;
|
|
@@ -1454,7 +1454,7 @@ export declare namespace MediaPlayback {
|
|
|
1454
1454
|
* video-on-demand). This time is a UTC time. The client needs to handle conversion to local time, as
|
|
1455
1455
|
* required, taking in account time zone and possible local DST offset.
|
|
1456
1456
|
*
|
|
1457
|
-
* @see {@link MatterSpecification.
|
|
1457
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.2
|
|
1458
1458
|
*/
|
|
1459
1459
|
readonly startTime: Attribute<number | bigint | null, any>;
|
|
1460
1460
|
/**
|
|
@@ -1463,7 +1463,7 @@ export declare namespace MediaPlayback {
|
|
|
1463
1463
|
* or null when duration is not applicable (for example, in live streaming content with no known duration).
|
|
1464
1464
|
* This attribute shall never be 0.
|
|
1465
1465
|
*
|
|
1466
|
-
* @see {@link MatterSpecification.
|
|
1466
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.3
|
|
1467
1467
|
*/
|
|
1468
1468
|
readonly duration: Attribute<number | bigint | null, any>;
|
|
1469
1469
|
/**
|
|
@@ -1484,13 +1484,13 @@ export declare namespace MediaPlayback {
|
|
|
1484
1484
|
*
|
|
1485
1485
|
* • Updating of playback speed as a result of explicit request, or as a result of buffering events
|
|
1486
1486
|
*
|
|
1487
|
-
* @see {@link MatterSpecification.
|
|
1487
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.4
|
|
1488
1488
|
*/
|
|
1489
1489
|
readonly sampledPosition: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1490
1490
|
/**
|
|
1491
1491
|
* This field shall indicate the time when the position was last updated.
|
|
1492
1492
|
*
|
|
1493
|
-
* @see {@link MatterSpecification.
|
|
1493
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.1
|
|
1494
1494
|
*/
|
|
1495
1495
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1496
1496
|
/**
|
|
@@ -1502,7 +1502,7 @@ export declare namespace MediaPlayback {
|
|
|
1502
1502
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
1503
1503
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
1504
1504
|
*
|
|
1505
|
-
* @see {@link MatterSpecification.
|
|
1505
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.2
|
|
1506
1506
|
*/
|
|
1507
1507
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1508
1508
|
}> | null, any>;
|
|
@@ -1537,7 +1537,7 @@ export declare namespace MediaPlayback {
|
|
|
1537
1537
|
*
|
|
1538
1538
|
* Following examples illustrate the PlaybackSpeed attribute values in various conditions.
|
|
1539
1539
|
*
|
|
1540
|
-
* @see {@link MatterSpecification.
|
|
1540
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.5
|
|
1541
1541
|
*/
|
|
1542
1542
|
readonly playbackSpeed: Attribute<number, any>;
|
|
1543
1543
|
/**
|
|
@@ -1548,14 +1548,14 @@ export declare namespace MediaPlayback {
|
|
|
1548
1548
|
* truncating fractional milliseconds towards 0. A value of Nas when StartTime is not specified shall
|
|
1549
1549
|
* indicate that seeking forward is not allowed.
|
|
1550
1550
|
*
|
|
1551
|
-
* @see {@link MatterSpecification.
|
|
1551
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.7
|
|
1552
1552
|
*/
|
|
1553
1553
|
readonly seekRangeEnd: Attribute<number | bigint | null, any>;
|
|
1554
1554
|
/**
|
|
1555
1555
|
* Indicates the earliest valid position to which a client may seek back, in milliseconds from start of the
|
|
1556
1556
|
* media. A value of Nas shall indicate that seeking backwards is not allowed.
|
|
1557
1557
|
*
|
|
1558
|
-
* @see {@link MatterSpecification.
|
|
1558
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.6
|
|
1559
1559
|
*/
|
|
1560
1560
|
readonly seekRangeStart: Attribute<number | bigint | null, any>;
|
|
1561
1561
|
};
|
|
@@ -1563,7 +1563,7 @@ export declare namespace MediaPlayback {
|
|
|
1563
1563
|
/**
|
|
1564
1564
|
* Upon receipt, this shall change the playback position in the media to the given position.
|
|
1565
1565
|
*
|
|
1566
|
-
* @see {@link MatterSpecification.
|
|
1566
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.11
|
|
1567
1567
|
*/
|
|
1568
1568
|
readonly seek: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1569
1569
|
/**
|
|
@@ -1574,20 +1574,20 @@ export declare namespace MediaPlayback {
|
|
|
1574
1574
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
1575
1575
|
* playback.
|
|
1576
1576
|
*
|
|
1577
|
-
* @see {@link MatterSpecification.
|
|
1577
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.11.1
|
|
1578
1578
|
*/
|
|
1579
1579
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1580
1580
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1581
1581
|
/**
|
|
1582
1582
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1583
1583
|
*
|
|
1584
|
-
* @see {@link MatterSpecification.
|
|
1584
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
1585
1585
|
*/
|
|
1586
1586
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1587
1587
|
/**
|
|
1588
1588
|
* This field shall indicate Optional app-specific data.
|
|
1589
1589
|
*
|
|
1590
|
-
* @see {@link MatterSpecification.
|
|
1590
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
1591
1591
|
*/
|
|
1592
1592
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1593
1593
|
}>, any>;
|
|
@@ -1603,41 +1603,41 @@ export declare namespace MediaPlayback {
|
|
|
1603
1603
|
* ActiveTrack refers to the Audio track currently set and being used for the streaming media. A value of
|
|
1604
1604
|
* null shall indicate that no Audio Track corresponding to the current media is currently being played.
|
|
1605
1605
|
*
|
|
1606
|
-
* @see {@link MatterSpecification.
|
|
1606
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.8
|
|
1607
1607
|
*/
|
|
1608
1608
|
readonly activeAudioTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1609
1609
|
/**
|
|
1610
1610
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
1611
1611
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
1612
1612
|
*
|
|
1613
|
-
* @see {@link MatterSpecification.
|
|
1613
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
1614
1614
|
*/
|
|
1615
1615
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1616
1616
|
/**
|
|
1617
1617
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
1618
1618
|
*
|
|
1619
|
-
* @see {@link MatterSpecification.
|
|
1619
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
1620
1620
|
*/
|
|
1621
1621
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1622
1622
|
/**
|
|
1623
1623
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
1624
1624
|
* identifies the primary language used in the Track.
|
|
1625
1625
|
*
|
|
1626
|
-
* @see {@link MatterSpecification.
|
|
1626
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
1627
1627
|
*/
|
|
1628
1628
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1629
1629
|
/**
|
|
1630
1630
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
1631
1631
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
1632
1632
|
*
|
|
1633
|
-
* @see {@link MatterSpecification.
|
|
1633
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
1634
1634
|
*/
|
|
1635
1635
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
1636
1636
|
/**
|
|
1637
1637
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
1638
1638
|
* there is no DisplayName corresponding to the Track.
|
|
1639
1639
|
*
|
|
1640
|
-
* @see {@link MatterSpecification.
|
|
1640
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
1641
1641
|
*/
|
|
1642
1642
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
1643
1643
|
}>>;
|
|
@@ -1647,41 +1647,41 @@ export declare namespace MediaPlayback {
|
|
|
1647
1647
|
* value of null shall indicate that no Audio Tracks corresponding to the current media are selectable by
|
|
1648
1648
|
* the client.
|
|
1649
1649
|
*
|
|
1650
|
-
* @see {@link MatterSpecification.
|
|
1650
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.9
|
|
1651
1651
|
*/
|
|
1652
1652
|
readonly availableAudioTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1653
1653
|
/**
|
|
1654
1654
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
1655
1655
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
1656
1656
|
*
|
|
1657
|
-
* @see {@link MatterSpecification.
|
|
1657
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
1658
1658
|
*/
|
|
1659
1659
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1660
1660
|
/**
|
|
1661
1661
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
1662
1662
|
*
|
|
1663
|
-
* @see {@link MatterSpecification.
|
|
1663
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
1664
1664
|
*/
|
|
1665
1665
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1666
1666
|
/**
|
|
1667
1667
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
1668
1668
|
* identifies the primary language used in the Track.
|
|
1669
1669
|
*
|
|
1670
|
-
* @see {@link MatterSpecification.
|
|
1670
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
1671
1671
|
*/
|
|
1672
1672
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1673
1673
|
/**
|
|
1674
1674
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
1675
1675
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
1676
1676
|
*
|
|
1677
|
-
* @see {@link MatterSpecification.
|
|
1677
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
1678
1678
|
*/
|
|
1679
1679
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
1680
1680
|
/**
|
|
1681
1681
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
1682
1682
|
* there is no DisplayName corresponding to the Track.
|
|
1683
1683
|
*
|
|
1684
|
-
* @see {@link MatterSpecification.
|
|
1684
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
1685
1685
|
*/
|
|
1686
1686
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
1687
1687
|
}>>;
|
|
@@ -1694,13 +1694,13 @@ export declare namespace MediaPlayback {
|
|
|
1694
1694
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
1695
1695
|
* the server will return an error status of INVALID_ARGUMENT.
|
|
1696
1696
|
*
|
|
1697
|
-
* @see {@link MatterSpecification.
|
|
1697
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13
|
|
1698
1698
|
*/
|
|
1699
1699
|
readonly activateAudioTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1700
1700
|
/**
|
|
1701
1701
|
* This field shall indicate the Audio Track to activate.
|
|
1702
1702
|
*
|
|
1703
|
-
* @see {@link MatterSpecification.
|
|
1703
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13.1
|
|
1704
1704
|
*/
|
|
1705
1705
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1706
1706
|
/**
|
|
@@ -1709,7 +1709,7 @@ export declare namespace MediaPlayback {
|
|
|
1709
1709
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
1710
1710
|
* output(s) to play the Audio Track on.
|
|
1711
1711
|
*
|
|
1712
|
-
* @see {@link MatterSpecification.
|
|
1712
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13.2
|
|
1713
1713
|
*/
|
|
1714
1714
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1715
1715
|
}>, void, any>;
|
|
@@ -1726,41 +1726,41 @@ export declare namespace MediaPlayback {
|
|
|
1726
1726
|
* nil. A value of null shall indicate that no Text Track corresponding to the current media is currently
|
|
1727
1727
|
* being displayed.
|
|
1728
1728
|
*
|
|
1729
|
-
* @see {@link MatterSpecification.
|
|
1729
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.10
|
|
1730
1730
|
*/
|
|
1731
1731
|
readonly activeTextTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1732
1732
|
/**
|
|
1733
1733
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
1734
1734
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
1735
1735
|
*
|
|
1736
|
-
* @see {@link MatterSpecification.
|
|
1736
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
1737
1737
|
*/
|
|
1738
1738
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1739
1739
|
/**
|
|
1740
1740
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
1741
1741
|
*
|
|
1742
|
-
* @see {@link MatterSpecification.
|
|
1742
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
1743
1743
|
*/
|
|
1744
1744
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1745
1745
|
/**
|
|
1746
1746
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
1747
1747
|
* identifies the primary language used in the Track.
|
|
1748
1748
|
*
|
|
1749
|
-
* @see {@link MatterSpecification.
|
|
1749
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
1750
1750
|
*/
|
|
1751
1751
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1752
1752
|
/**
|
|
1753
1753
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
1754
1754
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
1755
1755
|
*
|
|
1756
|
-
* @see {@link MatterSpecification.
|
|
1756
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
1757
1757
|
*/
|
|
1758
1758
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
1759
1759
|
/**
|
|
1760
1760
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
1761
1761
|
* there is no DisplayName corresponding to the Track.
|
|
1762
1762
|
*
|
|
1763
|
-
* @see {@link MatterSpecification.
|
|
1763
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
1764
1764
|
*/
|
|
1765
1765
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
1766
1766
|
}>>;
|
|
@@ -1770,41 +1770,41 @@ export declare namespace MediaPlayback {
|
|
|
1770
1770
|
* can be an empty list. A value of null shall indicate that no Text Tracks corresponding to the current
|
|
1771
1771
|
* media are selectable by the client.
|
|
1772
1772
|
*
|
|
1773
|
-
* @see {@link MatterSpecification.
|
|
1773
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.11
|
|
1774
1774
|
*/
|
|
1775
1775
|
readonly availableTextTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1776
1776
|
/**
|
|
1777
1777
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
1778
1778
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
1779
1779
|
*
|
|
1780
|
-
* @see {@link MatterSpecification.
|
|
1780
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
1781
1781
|
*/
|
|
1782
1782
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1783
1783
|
/**
|
|
1784
1784
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
1785
1785
|
*
|
|
1786
|
-
* @see {@link MatterSpecification.
|
|
1786
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
1787
1787
|
*/
|
|
1788
1788
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1789
1789
|
/**
|
|
1790
1790
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
1791
1791
|
* identifies the primary language used in the Track.
|
|
1792
1792
|
*
|
|
1793
|
-
* @see {@link MatterSpecification.
|
|
1793
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
1794
1794
|
*/
|
|
1795
1795
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1796
1796
|
/**
|
|
1797
1797
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
1798
1798
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
1799
1799
|
*
|
|
1800
|
-
* @see {@link MatterSpecification.
|
|
1800
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
1801
1801
|
*/
|
|
1802
1802
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
1803
1803
|
/**
|
|
1804
1804
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
1805
1805
|
* there is no DisplayName corresponding to the Track.
|
|
1806
1806
|
*
|
|
1807
|
-
* @see {@link MatterSpecification.
|
|
1807
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
1808
1808
|
*/
|
|
1809
1809
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
1810
1810
|
}>>;
|
|
@@ -1817,13 +1817,13 @@ export declare namespace MediaPlayback {
|
|
|
1817
1817
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
1818
1818
|
* the server shall return an error status of INVALID_ARGUMENT.
|
|
1819
1819
|
*
|
|
1820
|
-
* @see {@link MatterSpecification.
|
|
1820
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.14
|
|
1821
1821
|
*/
|
|
1822
1822
|
readonly activateTextTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1823
1823
|
/**
|
|
1824
1824
|
* This field shall indicate the Text Track to activate.
|
|
1825
1825
|
*
|
|
1826
|
-
* @see {@link MatterSpecification.
|
|
1826
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.14.1
|
|
1827
1827
|
*/
|
|
1828
1828
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1829
1829
|
}>, void, any>;
|
|
@@ -1831,7 +1831,7 @@ export declare namespace MediaPlayback {
|
|
|
1831
1831
|
* If a Text Track is active (i.e. being displayed), upon receipt of this command, the server shall stop
|
|
1832
1832
|
* displaying it.
|
|
1833
1833
|
*
|
|
1834
|
-
* @see {@link MatterSpecification.
|
|
1834
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.15
|
|
1835
1835
|
*/
|
|
1836
1836
|
readonly deactivateTextTrack: Command<void, void, any>;
|
|
1837
1837
|
};
|
|
@@ -1855,7 +1855,7 @@ export declare namespace MediaPlayback {
|
|
|
1855
1855
|
* returned. If the playback speed has reached the maximum supported speed for media playing backwards, the
|
|
1856
1856
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
1857
1857
|
*
|
|
1858
|
-
* @see {@link MatterSpecification.
|
|
1858
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.7
|
|
1859
1859
|
*/
|
|
1860
1860
|
readonly rewind: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1861
1861
|
/**
|
|
@@ -1864,20 +1864,20 @@ export declare namespace MediaPlayback {
|
|
|
1864
1864
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1865
1865
|
* down to a low level and/or unplugged.
|
|
1866
1866
|
*
|
|
1867
|
-
* @see {@link MatterSpecification.
|
|
1867
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.7.1
|
|
1868
1868
|
*/
|
|
1869
1869
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1870
1870
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1871
1871
|
/**
|
|
1872
1872
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1873
1873
|
*
|
|
1874
|
-
* @see {@link MatterSpecification.
|
|
1874
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
1875
1875
|
*/
|
|
1876
1876
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1877
1877
|
/**
|
|
1878
1878
|
* This field shall indicate Optional app-specific data.
|
|
1879
1879
|
*
|
|
1880
|
-
* @see {@link MatterSpecification.
|
|
1880
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
1881
1881
|
*/
|
|
1882
1882
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1883
1883
|
}>, any>;
|
|
@@ -1895,7 +1895,7 @@ export declare namespace MediaPlayback {
|
|
|
1895
1895
|
* returned. If the playback speed has reached the maximum supported speed for media playing forward, the
|
|
1896
1896
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
1897
1897
|
*
|
|
1898
|
-
* @see {@link MatterSpecification.
|
|
1898
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.8
|
|
1899
1899
|
*/
|
|
1900
1900
|
readonly fastForward: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1901
1901
|
/**
|
|
@@ -1904,20 +1904,20 @@ export declare namespace MediaPlayback {
|
|
|
1904
1904
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1905
1905
|
* down to a low level and/or unplugged.
|
|
1906
1906
|
*
|
|
1907
|
-
* @see {@link MatterSpecification.
|
|
1907
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.8.1
|
|
1908
1908
|
*/
|
|
1909
1909
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1910
1910
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1911
1911
|
/**
|
|
1912
1912
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1913
1913
|
*
|
|
1914
|
-
* @see {@link MatterSpecification.
|
|
1914
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
1915
1915
|
*/
|
|
1916
1916
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1917
1917
|
/**
|
|
1918
1918
|
* This field shall indicate Optional app-specific data.
|
|
1919
1919
|
*
|
|
1920
|
-
* @see {@link MatterSpecification.
|
|
1920
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
1921
1921
|
*/
|
|
1922
1922
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1923
1923
|
}>, any>;
|
|
@@ -1940,7 +1940,7 @@ export declare namespace MediaPlayback {
|
|
|
1940
1940
|
* jumping to a specific location using time offsets. This enables clients to implement more advanced media
|
|
1941
1941
|
* seeking behavior in their user interface, for instance a "seek bar".
|
|
1942
1942
|
*
|
|
1943
|
-
* @see {@link MatterSpecification.
|
|
1943
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.1
|
|
1944
1944
|
*/
|
|
1945
1945
|
readonly advancedSeek: BitFlag;
|
|
1946
1946
|
/**
|
|
@@ -1948,7 +1948,7 @@ export declare namespace MediaPlayback {
|
|
|
1948
1948
|
*
|
|
1949
1949
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
1950
1950
|
*
|
|
1951
|
-
* @see {@link MatterSpecification.
|
|
1951
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.2
|
|
1952
1952
|
*/
|
|
1953
1953
|
readonly variableSpeed: BitFlag;
|
|
1954
1954
|
/**
|
|
@@ -1956,7 +1956,7 @@ export declare namespace MediaPlayback {
|
|
|
1956
1956
|
*
|
|
1957
1957
|
* This feature is for a device or app that supports Text Tracks.
|
|
1958
1958
|
*
|
|
1959
|
-
* @see {@link MatterSpecification.
|
|
1959
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.3
|
|
1960
1960
|
*/
|
|
1961
1961
|
readonly textTracks: BitFlag;
|
|
1962
1962
|
/**
|
|
@@ -1964,7 +1964,7 @@ export declare namespace MediaPlayback {
|
|
|
1964
1964
|
*
|
|
1965
1965
|
* This feature is for a device or app that supports Audio Tracks.
|
|
1966
1966
|
*
|
|
1967
|
-
* @see {@link MatterSpecification.
|
|
1967
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.4
|
|
1968
1968
|
*/
|
|
1969
1969
|
readonly audioTracks: BitFlag;
|
|
1970
1970
|
/**
|
|
@@ -1977,7 +1977,7 @@ export declare namespace MediaPlayback {
|
|
|
1977
1977
|
*
|
|
1978
1978
|
* A cluster implementing AA shall implement AS.
|
|
1979
1979
|
*
|
|
1980
|
-
* @see {@link MatterSpecification.
|
|
1980
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.5
|
|
1981
1981
|
*/
|
|
1982
1982
|
readonly audioAdvance: BitFlag;
|
|
1983
1983
|
};
|
|
@@ -1987,7 +1987,7 @@ export declare namespace MediaPlayback {
|
|
|
1987
1987
|
*
|
|
1988
1988
|
* During fast-forward, rewind, and other seek operations; this attribute shall be set to PLAYING.
|
|
1989
1989
|
*
|
|
1990
|
-
* @see {@link MatterSpecification.
|
|
1990
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.1
|
|
1991
1991
|
*/
|
|
1992
1992
|
readonly currentState: Attribute<PlaybackState, any>;
|
|
1993
1993
|
};
|
|
@@ -1996,38 +1996,38 @@ export declare namespace MediaPlayback {
|
|
|
1996
1996
|
* Upon receipt, this shall play media. If content is currently in a FastForward or Rewind state. Play shall
|
|
1997
1997
|
* return media to normal playback speed.
|
|
1998
1998
|
*
|
|
1999
|
-
* @see {@link MatterSpecification.
|
|
1999
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.1
|
|
2000
2000
|
*/
|
|
2001
2001
|
readonly play: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2002
2002
|
/**
|
|
2003
2003
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2004
2004
|
*
|
|
2005
|
-
* @see {@link MatterSpecification.
|
|
2005
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
2006
2006
|
*/
|
|
2007
2007
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2008
2008
|
/**
|
|
2009
2009
|
* This field shall indicate Optional app-specific data.
|
|
2010
2010
|
*
|
|
2011
|
-
* @see {@link MatterSpecification.
|
|
2011
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
2012
2012
|
*/
|
|
2013
2013
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2014
2014
|
}>, any>;
|
|
2015
2015
|
/**
|
|
2016
2016
|
* Upon receipt, this shall pause playback of the media.
|
|
2017
2017
|
*
|
|
2018
|
-
* @see {@link MatterSpecification.
|
|
2018
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.2
|
|
2019
2019
|
*/
|
|
2020
2020
|
readonly pause: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2021
2021
|
/**
|
|
2022
2022
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2023
2023
|
*
|
|
2024
|
-
* @see {@link MatterSpecification.
|
|
2024
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
2025
2025
|
*/
|
|
2026
2026
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2027
2027
|
/**
|
|
2028
2028
|
* This field shall indicate Optional app-specific data.
|
|
2029
2029
|
*
|
|
2030
|
-
* @see {@link MatterSpecification.
|
|
2030
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
2031
2031
|
*/
|
|
2032
2032
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2033
2033
|
}>, any>;
|
|
@@ -2035,38 +2035,38 @@ export declare namespace MediaPlayback {
|
|
|
2035
2035
|
* Upon receipt, this shall stop playback of the media. User-visible outcome is context-specific. This may
|
|
2036
2036
|
* navigate the user back to the location from where the media was originally launched.
|
|
2037
2037
|
*
|
|
2038
|
-
* @see {@link MatterSpecification.
|
|
2038
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.3
|
|
2039
2039
|
*/
|
|
2040
2040
|
readonly stop: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2041
2041
|
/**
|
|
2042
2042
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2043
2043
|
*
|
|
2044
|
-
* @see {@link MatterSpecification.
|
|
2044
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
2045
2045
|
*/
|
|
2046
2046
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2047
2047
|
/**
|
|
2048
2048
|
* This field shall indicate Optional app-specific data.
|
|
2049
2049
|
*
|
|
2050
|
-
* @see {@link MatterSpecification.
|
|
2050
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
2051
2051
|
*/
|
|
2052
2052
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2053
2053
|
}>, any>;
|
|
2054
2054
|
/**
|
|
2055
2055
|
* Upon receipt, this shall Start Over with the current media playback item.
|
|
2056
2056
|
*
|
|
2057
|
-
* @see {@link MatterSpecification.
|
|
2057
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.4
|
|
2058
2058
|
*/
|
|
2059
2059
|
readonly startOver: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2060
2060
|
/**
|
|
2061
2061
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2062
2062
|
*
|
|
2063
|
-
* @see {@link MatterSpecification.
|
|
2063
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
2064
2064
|
*/
|
|
2065
2065
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2066
2066
|
/**
|
|
2067
2067
|
* This field shall indicate Optional app-specific data.
|
|
2068
2068
|
*
|
|
2069
|
-
* @see {@link MatterSpecification.
|
|
2069
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
2070
2070
|
*/
|
|
2071
2071
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2072
2072
|
}>, any>;
|
|
@@ -2074,19 +2074,19 @@ export declare namespace MediaPlayback {
|
|
|
2074
2074
|
* Upon receipt, this shall cause the handler to be invoked for "Previous". User experience is
|
|
2075
2075
|
* context-specific. This will often Go back to the previous media playback item.
|
|
2076
2076
|
*
|
|
2077
|
-
* @see {@link MatterSpecification.
|
|
2077
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.5
|
|
2078
2078
|
*/
|
|
2079
2079
|
readonly previous: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2080
2080
|
/**
|
|
2081
2081
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2082
2082
|
*
|
|
2083
|
-
* @see {@link MatterSpecification.
|
|
2083
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
2084
2084
|
*/
|
|
2085
2085
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2086
2086
|
/**
|
|
2087
2087
|
* This field shall indicate Optional app-specific data.
|
|
2088
2088
|
*
|
|
2089
|
-
* @see {@link MatterSpecification.
|
|
2089
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
2090
2090
|
*/
|
|
2091
2091
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2092
2092
|
}>, any>;
|
|
@@ -2094,26 +2094,26 @@ export declare namespace MediaPlayback {
|
|
|
2094
2094
|
* Upon receipt, this shall cause the handler to be invoked for "Next". User experience is context-
|
|
2095
2095
|
* specific. This will often Go forward to the next media playback item.
|
|
2096
2096
|
*
|
|
2097
|
-
* @see {@link MatterSpecification.
|
|
2097
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.6
|
|
2098
2098
|
*/
|
|
2099
2099
|
readonly next: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2100
2100
|
/**
|
|
2101
2101
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2102
2102
|
*
|
|
2103
|
-
* @see {@link MatterSpecification.
|
|
2103
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
2104
2104
|
*/
|
|
2105
2105
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2106
2106
|
/**
|
|
2107
2107
|
* This field shall indicate Optional app-specific data.
|
|
2108
2108
|
*
|
|
2109
|
-
* @see {@link MatterSpecification.
|
|
2109
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
2110
2110
|
*/
|
|
2111
2111
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2112
2112
|
}>, any>;
|
|
2113
2113
|
/**
|
|
2114
2114
|
* Upon receipt, this shall Skip forward in the media by the given number of milliseconds.
|
|
2115
2115
|
*
|
|
2116
|
-
* @see {@link MatterSpecification.
|
|
2116
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.9
|
|
2117
2117
|
*/
|
|
2118
2118
|
readonly skipForward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2119
2119
|
/**
|
|
@@ -2124,27 +2124,27 @@ export declare namespace MediaPlayback {
|
|
|
2124
2124
|
* should be set to that furthest valid position. If the SampledPosition attribute is supported it shall be
|
|
2125
2125
|
* updated on the cluster accordingly.
|
|
2126
2126
|
*
|
|
2127
|
-
* @see {@link MatterSpecification.
|
|
2127
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.9.1
|
|
2128
2128
|
*/
|
|
2129
2129
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2130
2130
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2131
2131
|
/**
|
|
2132
2132
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2133
2133
|
*
|
|
2134
|
-
* @see {@link MatterSpecification.
|
|
2134
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
2135
2135
|
*/
|
|
2136
2136
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2137
2137
|
/**
|
|
2138
2138
|
* This field shall indicate Optional app-specific data.
|
|
2139
2139
|
*
|
|
2140
|
-
* @see {@link MatterSpecification.
|
|
2140
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
2141
2141
|
*/
|
|
2142
2142
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2143
2143
|
}>, any>;
|
|
2144
2144
|
/**
|
|
2145
2145
|
* Upon receipt, this shall Skip backward in the media by the given number of milliseconds.
|
|
2146
2146
|
*
|
|
2147
|
-
* @see {@link MatterSpecification.
|
|
2147
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.10
|
|
2148
2148
|
*/
|
|
2149
2149
|
readonly skipBackward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2150
2150
|
/**
|
|
@@ -2155,20 +2155,20 @@ export declare namespace MediaPlayback {
|
|
|
2155
2155
|
* set to that earliest valid position. If the SampledPosition attribute is supported it shall be updated on the
|
|
2156
2156
|
* cluster accordingly.
|
|
2157
2157
|
*
|
|
2158
|
-
* @see {@link MatterSpecification.
|
|
2158
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.10.1
|
|
2159
2159
|
*/
|
|
2160
2160
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2161
2161
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2162
2162
|
/**
|
|
2163
2163
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2164
2164
|
*
|
|
2165
|
-
* @see {@link MatterSpecification.
|
|
2165
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
2166
2166
|
*/
|
|
2167
2167
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2168
2168
|
/**
|
|
2169
2169
|
* This field shall indicate Optional app-specific data.
|
|
2170
2170
|
*
|
|
2171
|
-
* @see {@link MatterSpecification.
|
|
2171
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
2172
2172
|
*/
|
|
2173
2173
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2174
2174
|
}>, any>;
|
|
@@ -2178,41 +2178,41 @@ export declare namespace MediaPlayback {
|
|
|
2178
2178
|
* If supported, this event shall be generated when there is a change in any of the supported attributes of
|
|
2179
2179
|
* the Media Playback cluster.
|
|
2180
2180
|
*
|
|
2181
|
-
* @see {@link MatterSpecification.
|
|
2181
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1
|
|
2182
2182
|
*/
|
|
2183
2183
|
readonly stateChanged: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2184
2184
|
/**
|
|
2185
2185
|
* This field shall indicate the updated playback state as defined by the CurrentState attribute, and has the
|
|
2186
2186
|
* same constraint as that attribute.
|
|
2187
2187
|
*
|
|
2188
|
-
* @see {@link MatterSpecification.
|
|
2188
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.1
|
|
2189
2189
|
*/
|
|
2190
2190
|
currentState: import("../tlv/TlvObject.js").FieldType<PlaybackState>;
|
|
2191
2191
|
/**
|
|
2192
2192
|
* This field shall indicate the updated start time as defined by the StartTime attribute, and has the same
|
|
2193
2193
|
* constraint as that attribute.
|
|
2194
2194
|
*
|
|
2195
|
-
* @see {@link MatterSpecification.
|
|
2195
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.2
|
|
2196
2196
|
*/
|
|
2197
2197
|
startTime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2198
2198
|
/**
|
|
2199
2199
|
* This field shall indicate the updated duration as defined by the Duration attribute, and has the same
|
|
2200
2200
|
* constraint as that attribute.
|
|
2201
2201
|
*
|
|
2202
|
-
* @see {@link MatterSpecification.
|
|
2202
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.3
|
|
2203
2203
|
*/
|
|
2204
2204
|
duration: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2205
2205
|
/**
|
|
2206
2206
|
* This field shall indicate the updated position of playback as defined by the SampledPosition attribute, and
|
|
2207
2207
|
* has the same constraint as that attribute.
|
|
2208
2208
|
*
|
|
2209
|
-
* @see {@link MatterSpecification.
|
|
2209
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.4
|
|
2210
2210
|
*/
|
|
2211
2211
|
sampledPosition: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2212
2212
|
/**
|
|
2213
2213
|
* This field shall indicate the time when the position was last updated.
|
|
2214
2214
|
*
|
|
2215
|
-
* @see {@link MatterSpecification.
|
|
2215
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.1
|
|
2216
2216
|
*/
|
|
2217
2217
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2218
2218
|
/**
|
|
@@ -2224,7 +2224,7 @@ export declare namespace MediaPlayback {
|
|
|
2224
2224
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
2225
2225
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
2226
2226
|
*
|
|
2227
|
-
* @see {@link MatterSpecification.
|
|
2227
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.2
|
|
2228
2228
|
*/
|
|
2229
2229
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2230
2230
|
}>>;
|
|
@@ -2232,27 +2232,27 @@ export declare namespace MediaPlayback {
|
|
|
2232
2232
|
* This field shall indicate the updated speed at which the current media is being played as defined by the
|
|
2233
2233
|
* PlaybackSpeed attribute, and has the same constraint as that attribute.
|
|
2234
2234
|
*
|
|
2235
|
-
* @see {@link MatterSpecification.
|
|
2235
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.5
|
|
2236
2236
|
*/
|
|
2237
2237
|
playbackSpeed: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2238
2238
|
/**
|
|
2239
2239
|
* This field shall indicate the updated start of the seek range end as defined by the SeekRangeEnd attribute,
|
|
2240
2240
|
* and has the same constraint as that attribute.
|
|
2241
2241
|
*
|
|
2242
|
-
* @see {@link MatterSpecification.
|
|
2242
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.7
|
|
2243
2243
|
*/
|
|
2244
2244
|
seekRangeEnd: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2245
2245
|
/**
|
|
2246
2246
|
* This field shall indicate the updated start of the seek range start as defined by the SeekRangeStart
|
|
2247
2247
|
* attribute, and has the same constraint as that attribute.
|
|
2248
2248
|
*
|
|
2249
|
-
* @see {@link MatterSpecification.
|
|
2249
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.6
|
|
2250
2250
|
*/
|
|
2251
2251
|
seekRangeStart: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2252
2252
|
/**
|
|
2253
2253
|
* This field shall indicate Optional app-specific data.
|
|
2254
2254
|
*
|
|
2255
|
-
* @see {@link MatterSpecification.
|
|
2255
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.8
|
|
2256
2256
|
*/
|
|
2257
2257
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
2258
2258
|
/**
|
|
@@ -2264,7 +2264,7 @@ export declare namespace MediaPlayback {
|
|
|
2264
2264
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
2265
2265
|
* down to a low level and/or unplugged.
|
|
2266
2266
|
*
|
|
2267
|
-
* @see {@link MatterSpecification.
|
|
2267
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.9
|
|
2268
2268
|
*/
|
|
2269
2269
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2270
2270
|
}>, any>;
|
|
@@ -2285,7 +2285,7 @@ export declare namespace MediaPlayback {
|
|
|
2285
2285
|
* video-on-demand). This time is a UTC time. The client needs to handle conversion to local time, as
|
|
2286
2286
|
* required, taking in account time zone and possible local DST offset.
|
|
2287
2287
|
*
|
|
2288
|
-
* @see {@link MatterSpecification.
|
|
2288
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.2
|
|
2289
2289
|
*/
|
|
2290
2290
|
readonly startTime: Attribute<number | bigint | null, any>;
|
|
2291
2291
|
/**
|
|
@@ -2294,7 +2294,7 @@ export declare namespace MediaPlayback {
|
|
|
2294
2294
|
* or null when duration is not applicable (for example, in live streaming content with no known duration).
|
|
2295
2295
|
* This attribute shall never be 0.
|
|
2296
2296
|
*
|
|
2297
|
-
* @see {@link MatterSpecification.
|
|
2297
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.3
|
|
2298
2298
|
*/
|
|
2299
2299
|
readonly duration: Attribute<number | bigint | null, any>;
|
|
2300
2300
|
/**
|
|
@@ -2315,13 +2315,13 @@ export declare namespace MediaPlayback {
|
|
|
2315
2315
|
*
|
|
2316
2316
|
* • Updating of playback speed as a result of explicit request, or as a result of buffering events
|
|
2317
2317
|
*
|
|
2318
|
-
* @see {@link MatterSpecification.
|
|
2318
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.4
|
|
2319
2319
|
*/
|
|
2320
2320
|
readonly sampledPosition: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2321
2321
|
/**
|
|
2322
2322
|
* This field shall indicate the time when the position was last updated.
|
|
2323
2323
|
*
|
|
2324
|
-
* @see {@link MatterSpecification.
|
|
2324
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.1
|
|
2325
2325
|
*/
|
|
2326
2326
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2327
2327
|
/**
|
|
@@ -2333,7 +2333,7 @@ export declare namespace MediaPlayback {
|
|
|
2333
2333
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
2334
2334
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
2335
2335
|
*
|
|
2336
|
-
* @see {@link MatterSpecification.
|
|
2336
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.2
|
|
2337
2337
|
*/
|
|
2338
2338
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2339
2339
|
}> | null, any>;
|
|
@@ -2368,7 +2368,7 @@ export declare namespace MediaPlayback {
|
|
|
2368
2368
|
*
|
|
2369
2369
|
* Following examples illustrate the PlaybackSpeed attribute values in various conditions.
|
|
2370
2370
|
*
|
|
2371
|
-
* @see {@link MatterSpecification.
|
|
2371
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.5
|
|
2372
2372
|
*/
|
|
2373
2373
|
readonly playbackSpeed: Attribute<number, any>;
|
|
2374
2374
|
/**
|
|
@@ -2379,14 +2379,14 @@ export declare namespace MediaPlayback {
|
|
|
2379
2379
|
* truncating fractional milliseconds towards 0. A value of Nas when StartTime is not specified shall
|
|
2380
2380
|
* indicate that seeking forward is not allowed.
|
|
2381
2381
|
*
|
|
2382
|
-
* @see {@link MatterSpecification.
|
|
2382
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.7
|
|
2383
2383
|
*/
|
|
2384
2384
|
readonly seekRangeEnd: Attribute<number | bigint | null, any>;
|
|
2385
2385
|
/**
|
|
2386
2386
|
* Indicates the earliest valid position to which a client may seek back, in milliseconds from start of the
|
|
2387
2387
|
* media. A value of Nas shall indicate that seeking backwards is not allowed.
|
|
2388
2388
|
*
|
|
2389
|
-
* @see {@link MatterSpecification.
|
|
2389
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.6
|
|
2390
2390
|
*/
|
|
2391
2391
|
readonly seekRangeStart: Attribute<number | bigint | null, any>;
|
|
2392
2392
|
};
|
|
@@ -2394,7 +2394,7 @@ export declare namespace MediaPlayback {
|
|
|
2394
2394
|
/**
|
|
2395
2395
|
* Upon receipt, this shall change the playback position in the media to the given position.
|
|
2396
2396
|
*
|
|
2397
|
-
* @see {@link MatterSpecification.
|
|
2397
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.11
|
|
2398
2398
|
*/
|
|
2399
2399
|
readonly seek: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2400
2400
|
/**
|
|
@@ -2405,20 +2405,20 @@ export declare namespace MediaPlayback {
|
|
|
2405
2405
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
2406
2406
|
* playback.
|
|
2407
2407
|
*
|
|
2408
|
-
* @see {@link MatterSpecification.
|
|
2408
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.11.1
|
|
2409
2409
|
*/
|
|
2410
2410
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2411
2411
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2412
2412
|
/**
|
|
2413
2413
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2414
2414
|
*
|
|
2415
|
-
* @see {@link MatterSpecification.
|
|
2415
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
2416
2416
|
*/
|
|
2417
2417
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2418
2418
|
/**
|
|
2419
2419
|
* This field shall indicate Optional app-specific data.
|
|
2420
2420
|
*
|
|
2421
|
-
* @see {@link MatterSpecification.
|
|
2421
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
2422
2422
|
*/
|
|
2423
2423
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2424
2424
|
}>, any>;
|
|
@@ -2434,41 +2434,41 @@ export declare namespace MediaPlayback {
|
|
|
2434
2434
|
* ActiveTrack refers to the Audio track currently set and being used for the streaming media. A value of
|
|
2435
2435
|
* null shall indicate that no Audio Track corresponding to the current media is currently being played.
|
|
2436
2436
|
*
|
|
2437
|
-
* @see {@link MatterSpecification.
|
|
2437
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.8
|
|
2438
2438
|
*/
|
|
2439
2439
|
readonly activeAudioTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2440
2440
|
/**
|
|
2441
2441
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2442
2442
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2443
2443
|
*
|
|
2444
|
-
* @see {@link MatterSpecification.
|
|
2444
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
2445
2445
|
*/
|
|
2446
2446
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2447
2447
|
/**
|
|
2448
2448
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2449
2449
|
*
|
|
2450
|
-
* @see {@link MatterSpecification.
|
|
2450
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
2451
2451
|
*/
|
|
2452
2452
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2453
2453
|
/**
|
|
2454
2454
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2455
2455
|
* identifies the primary language used in the Track.
|
|
2456
2456
|
*
|
|
2457
|
-
* @see {@link MatterSpecification.
|
|
2457
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
2458
2458
|
*/
|
|
2459
2459
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2460
2460
|
/**
|
|
2461
2461
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2462
2462
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2463
2463
|
*
|
|
2464
|
-
* @see {@link MatterSpecification.
|
|
2464
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
2465
2465
|
*/
|
|
2466
2466
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2467
2467
|
/**
|
|
2468
2468
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2469
2469
|
* there is no DisplayName corresponding to the Track.
|
|
2470
2470
|
*
|
|
2471
|
-
* @see {@link MatterSpecification.
|
|
2471
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
2472
2472
|
*/
|
|
2473
2473
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2474
2474
|
}>>;
|
|
@@ -2478,41 +2478,41 @@ export declare namespace MediaPlayback {
|
|
|
2478
2478
|
* value of null shall indicate that no Audio Tracks corresponding to the current media are selectable by
|
|
2479
2479
|
* the client.
|
|
2480
2480
|
*
|
|
2481
|
-
* @see {@link MatterSpecification.
|
|
2481
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.9
|
|
2482
2482
|
*/
|
|
2483
2483
|
readonly availableAudioTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2484
2484
|
/**
|
|
2485
2485
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2486
2486
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2487
2487
|
*
|
|
2488
|
-
* @see {@link MatterSpecification.
|
|
2488
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
2489
2489
|
*/
|
|
2490
2490
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2491
2491
|
/**
|
|
2492
2492
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2493
2493
|
*
|
|
2494
|
-
* @see {@link MatterSpecification.
|
|
2494
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
2495
2495
|
*/
|
|
2496
2496
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2497
2497
|
/**
|
|
2498
2498
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2499
2499
|
* identifies the primary language used in the Track.
|
|
2500
2500
|
*
|
|
2501
|
-
* @see {@link MatterSpecification.
|
|
2501
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
2502
2502
|
*/
|
|
2503
2503
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2504
2504
|
/**
|
|
2505
2505
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2506
2506
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2507
2507
|
*
|
|
2508
|
-
* @see {@link MatterSpecification.
|
|
2508
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
2509
2509
|
*/
|
|
2510
2510
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2511
2511
|
/**
|
|
2512
2512
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2513
2513
|
* there is no DisplayName corresponding to the Track.
|
|
2514
2514
|
*
|
|
2515
|
-
* @see {@link MatterSpecification.
|
|
2515
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
2516
2516
|
*/
|
|
2517
2517
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2518
2518
|
}>>;
|
|
@@ -2525,13 +2525,13 @@ export declare namespace MediaPlayback {
|
|
|
2525
2525
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
2526
2526
|
* the server will return an error status of INVALID_ARGUMENT.
|
|
2527
2527
|
*
|
|
2528
|
-
* @see {@link MatterSpecification.
|
|
2528
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13
|
|
2529
2529
|
*/
|
|
2530
2530
|
readonly activateAudioTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2531
2531
|
/**
|
|
2532
2532
|
* This field shall indicate the Audio Track to activate.
|
|
2533
2533
|
*
|
|
2534
|
-
* @see {@link MatterSpecification.
|
|
2534
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13.1
|
|
2535
2535
|
*/
|
|
2536
2536
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2537
2537
|
/**
|
|
@@ -2540,7 +2540,7 @@ export declare namespace MediaPlayback {
|
|
|
2540
2540
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
2541
2541
|
* output(s) to play the Audio Track on.
|
|
2542
2542
|
*
|
|
2543
|
-
* @see {@link MatterSpecification.
|
|
2543
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13.2
|
|
2544
2544
|
*/
|
|
2545
2545
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2546
2546
|
}>, void, any>;
|
|
@@ -2557,41 +2557,41 @@ export declare namespace MediaPlayback {
|
|
|
2557
2557
|
* nil. A value of null shall indicate that no Text Track corresponding to the current media is currently
|
|
2558
2558
|
* being displayed.
|
|
2559
2559
|
*
|
|
2560
|
-
* @see {@link MatterSpecification.
|
|
2560
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.10
|
|
2561
2561
|
*/
|
|
2562
2562
|
readonly activeTextTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2563
2563
|
/**
|
|
2564
2564
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2565
2565
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2566
2566
|
*
|
|
2567
|
-
* @see {@link MatterSpecification.
|
|
2567
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
2568
2568
|
*/
|
|
2569
2569
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2570
2570
|
/**
|
|
2571
2571
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2572
2572
|
*
|
|
2573
|
-
* @see {@link MatterSpecification.
|
|
2573
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
2574
2574
|
*/
|
|
2575
2575
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2576
2576
|
/**
|
|
2577
2577
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2578
2578
|
* identifies the primary language used in the Track.
|
|
2579
2579
|
*
|
|
2580
|
-
* @see {@link MatterSpecification.
|
|
2580
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
2581
2581
|
*/
|
|
2582
2582
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2583
2583
|
/**
|
|
2584
2584
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2585
2585
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2586
2586
|
*
|
|
2587
|
-
* @see {@link MatterSpecification.
|
|
2587
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
2588
2588
|
*/
|
|
2589
2589
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2590
2590
|
/**
|
|
2591
2591
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2592
2592
|
* there is no DisplayName corresponding to the Track.
|
|
2593
2593
|
*
|
|
2594
|
-
* @see {@link MatterSpecification.
|
|
2594
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
2595
2595
|
*/
|
|
2596
2596
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2597
2597
|
}>>;
|
|
@@ -2601,41 +2601,41 @@ export declare namespace MediaPlayback {
|
|
|
2601
2601
|
* can be an empty list. A value of null shall indicate that no Text Tracks corresponding to the current
|
|
2602
2602
|
* media are selectable by the client.
|
|
2603
2603
|
*
|
|
2604
|
-
* @see {@link MatterSpecification.
|
|
2604
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.6.11
|
|
2605
2605
|
*/
|
|
2606
2606
|
readonly availableTextTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2607
2607
|
/**
|
|
2608
2608
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2609
2609
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2610
2610
|
*
|
|
2611
|
-
* @see {@link MatterSpecification.
|
|
2611
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
2612
2612
|
*/
|
|
2613
2613
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2614
2614
|
/**
|
|
2615
2615
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2616
2616
|
*
|
|
2617
|
-
* @see {@link MatterSpecification.
|
|
2617
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
2618
2618
|
*/
|
|
2619
2619
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2620
2620
|
/**
|
|
2621
2621
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2622
2622
|
* identifies the primary language used in the Track.
|
|
2623
2623
|
*
|
|
2624
|
-
* @see {@link MatterSpecification.
|
|
2624
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
2625
2625
|
*/
|
|
2626
2626
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2627
2627
|
/**
|
|
2628
2628
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2629
2629
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2630
2630
|
*
|
|
2631
|
-
* @see {@link MatterSpecification.
|
|
2631
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
2632
2632
|
*/
|
|
2633
2633
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2634
2634
|
/**
|
|
2635
2635
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2636
2636
|
* there is no DisplayName corresponding to the Track.
|
|
2637
2637
|
*
|
|
2638
|
-
* @see {@link MatterSpecification.
|
|
2638
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
2639
2639
|
*/
|
|
2640
2640
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2641
2641
|
}>>;
|
|
@@ -2648,13 +2648,13 @@ export declare namespace MediaPlayback {
|
|
|
2648
2648
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
2649
2649
|
* the server shall return an error status of INVALID_ARGUMENT.
|
|
2650
2650
|
*
|
|
2651
|
-
* @see {@link MatterSpecification.
|
|
2651
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.14
|
|
2652
2652
|
*/
|
|
2653
2653
|
readonly activateTextTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2654
2654
|
/**
|
|
2655
2655
|
* This field shall indicate the Text Track to activate.
|
|
2656
2656
|
*
|
|
2657
|
-
* @see {@link MatterSpecification.
|
|
2657
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.14.1
|
|
2658
2658
|
*/
|
|
2659
2659
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2660
2660
|
}>, void, any>;
|
|
@@ -2662,7 +2662,7 @@ export declare namespace MediaPlayback {
|
|
|
2662
2662
|
* If a Text Track is active (i.e. being displayed), upon receipt of this command, the server shall stop
|
|
2663
2663
|
* displaying it.
|
|
2664
2664
|
*
|
|
2665
|
-
* @see {@link MatterSpecification.
|
|
2665
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.15
|
|
2666
2666
|
*/
|
|
2667
2667
|
readonly deactivateTextTrack: Command<void, void, any>;
|
|
2668
2668
|
};
|
|
@@ -2686,7 +2686,7 @@ export declare namespace MediaPlayback {
|
|
|
2686
2686
|
* returned. If the playback speed has reached the maximum supported speed for media playing backwards, the
|
|
2687
2687
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
2688
2688
|
*
|
|
2689
|
-
* @see {@link MatterSpecification.
|
|
2689
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.7
|
|
2690
2690
|
*/
|
|
2691
2691
|
readonly rewind: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2692
2692
|
/**
|
|
@@ -2695,20 +2695,20 @@ export declare namespace MediaPlayback {
|
|
|
2695
2695
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
2696
2696
|
* down to a low level and/or unplugged.
|
|
2697
2697
|
*
|
|
2698
|
-
* @see {@link MatterSpecification.
|
|
2698
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.7.1
|
|
2699
2699
|
*/
|
|
2700
2700
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2701
2701
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2702
2702
|
/**
|
|
2703
2703
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2704
2704
|
*
|
|
2705
|
-
* @see {@link MatterSpecification.
|
|
2705
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
2706
2706
|
*/
|
|
2707
2707
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2708
2708
|
/**
|
|
2709
2709
|
* This field shall indicate Optional app-specific data.
|
|
2710
2710
|
*
|
|
2711
|
-
* @see {@link MatterSpecification.
|
|
2711
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
2712
2712
|
*/
|
|
2713
2713
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2714
2714
|
}>, any>;
|
|
@@ -2726,7 +2726,7 @@ export declare namespace MediaPlayback {
|
|
|
2726
2726
|
* returned. If the playback speed has reached the maximum supported speed for media playing forward, the
|
|
2727
2727
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
2728
2728
|
*
|
|
2729
|
-
* @see {@link MatterSpecification.
|
|
2729
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.8
|
|
2730
2730
|
*/
|
|
2731
2731
|
readonly fastForward: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2732
2732
|
/**
|
|
@@ -2735,20 +2735,20 @@ export declare namespace MediaPlayback {
|
|
|
2735
2735
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
2736
2736
|
* down to a low level and/or unplugged.
|
|
2737
2737
|
*
|
|
2738
|
-
* @see {@link MatterSpecification.
|
|
2738
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.8.1
|
|
2739
2739
|
*/
|
|
2740
2740
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2741
2741
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2742
2742
|
/**
|
|
2743
2743
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2744
2744
|
*
|
|
2745
|
-
* @see {@link MatterSpecification.
|
|
2745
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
2746
2746
|
*/
|
|
2747
2747
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2748
2748
|
/**
|
|
2749
2749
|
* This field shall indicate Optional app-specific data.
|
|
2750
2750
|
*
|
|
2751
|
-
* @see {@link MatterSpecification.
|
|
2751
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
2752
2752
|
*/
|
|
2753
2753
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2754
2754
|
}>, any>;
|
|
@@ -2766,7 +2766,7 @@ export declare namespace MediaPlayback {
|
|
|
2766
2766
|
* MediaPlaybackCluster supports optional features that you can enable with the MediaPlaybackCluster.with() factory
|
|
2767
2767
|
* method.
|
|
2768
2768
|
*
|
|
2769
|
-
* @see {@link MatterSpecification.
|
|
2769
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10
|
|
2770
2770
|
*/
|
|
2771
2771
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2772
2772
|
}
|
|
@@ -2786,7 +2786,7 @@ export declare namespace MediaPlayback {
|
|
|
2786
2786
|
* jumping to a specific location using time offsets. This enables clients to implement more advanced media
|
|
2787
2787
|
* seeking behavior in their user interface, for instance a "seek bar".
|
|
2788
2788
|
*
|
|
2789
|
-
* @see {@link MatterSpecification.
|
|
2789
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.1
|
|
2790
2790
|
*/
|
|
2791
2791
|
readonly advancedSeek: BitFlag;
|
|
2792
2792
|
/**
|
|
@@ -2794,7 +2794,7 @@ export declare namespace MediaPlayback {
|
|
|
2794
2794
|
*
|
|
2795
2795
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
2796
2796
|
*
|
|
2797
|
-
* @see {@link MatterSpecification.
|
|
2797
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.2
|
|
2798
2798
|
*/
|
|
2799
2799
|
readonly variableSpeed: BitFlag;
|
|
2800
2800
|
/**
|
|
@@ -2802,7 +2802,7 @@ export declare namespace MediaPlayback {
|
|
|
2802
2802
|
*
|
|
2803
2803
|
* This feature is for a device or app that supports Text Tracks.
|
|
2804
2804
|
*
|
|
2805
|
-
* @see {@link MatterSpecification.
|
|
2805
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.3
|
|
2806
2806
|
*/
|
|
2807
2807
|
readonly textTracks: BitFlag;
|
|
2808
2808
|
/**
|
|
@@ -2810,7 +2810,7 @@ export declare namespace MediaPlayback {
|
|
|
2810
2810
|
*
|
|
2811
2811
|
* This feature is for a device or app that supports Audio Tracks.
|
|
2812
2812
|
*
|
|
2813
|
-
* @see {@link MatterSpecification.
|
|
2813
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.4
|
|
2814
2814
|
*/
|
|
2815
2815
|
readonly audioTracks: BitFlag;
|
|
2816
2816
|
/**
|
|
@@ -2823,7 +2823,7 @@ export declare namespace MediaPlayback {
|
|
|
2823
2823
|
*
|
|
2824
2824
|
* A cluster implementing AA shall implement AS.
|
|
2825
2825
|
*
|
|
2826
|
-
* @see {@link MatterSpecification.
|
|
2826
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.5
|
|
2827
2827
|
*/
|
|
2828
2828
|
readonly audioAdvance: BitFlag;
|
|
2829
2829
|
};
|
|
@@ -2848,7 +2848,7 @@ export declare namespace MediaPlayback {
|
|
|
2848
2848
|
/**
|
|
2849
2849
|
* This field shall indicate the time when the position was last updated.
|
|
2850
2850
|
*
|
|
2851
|
-
* @see {@link MatterSpecification.
|
|
2851
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.1
|
|
2852
2852
|
*/
|
|
2853
2853
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2854
2854
|
/**
|
|
@@ -2860,7 +2860,7 @@ export declare namespace MediaPlayback {
|
|
|
2860
2860
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
2861
2861
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
2862
2862
|
*
|
|
2863
|
-
* @see {@link MatterSpecification.
|
|
2863
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.2
|
|
2864
2864
|
*/
|
|
2865
2865
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2866
2866
|
}> | null, any> & {
|
|
@@ -2900,34 +2900,34 @@ export declare namespace MediaPlayback {
|
|
|
2900
2900
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2901
2901
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2902
2902
|
*
|
|
2903
|
-
* @see {@link MatterSpecification.
|
|
2903
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
2904
2904
|
*/
|
|
2905
2905
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2906
2906
|
/**
|
|
2907
2907
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2908
2908
|
*
|
|
2909
|
-
* @see {@link MatterSpecification.
|
|
2909
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
2910
2910
|
*/
|
|
2911
2911
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2912
2912
|
/**
|
|
2913
2913
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2914
2914
|
* identifies the primary language used in the Track.
|
|
2915
2915
|
*
|
|
2916
|
-
* @see {@link MatterSpecification.
|
|
2916
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
2917
2917
|
*/
|
|
2918
2918
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2919
2919
|
/**
|
|
2920
2920
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2921
2921
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2922
2922
|
*
|
|
2923
|
-
* @see {@link MatterSpecification.
|
|
2923
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
2924
2924
|
*/
|
|
2925
2925
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2926
2926
|
/**
|
|
2927
2927
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2928
2928
|
* there is no DisplayName corresponding to the Track.
|
|
2929
2929
|
*
|
|
2930
|
-
* @see {@link MatterSpecification.
|
|
2930
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
2931
2931
|
*/
|
|
2932
2932
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2933
2933
|
}>>;
|
|
@@ -2944,34 +2944,34 @@ export declare namespace MediaPlayback {
|
|
|
2944
2944
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2945
2945
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2946
2946
|
*
|
|
2947
|
-
* @see {@link MatterSpecification.
|
|
2947
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
2948
2948
|
*/
|
|
2949
2949
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2950
2950
|
/**
|
|
2951
2951
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2952
2952
|
*
|
|
2953
|
-
* @see {@link MatterSpecification.
|
|
2953
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
2954
2954
|
*/
|
|
2955
2955
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2956
2956
|
/**
|
|
2957
2957
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2958
2958
|
* identifies the primary language used in the Track.
|
|
2959
2959
|
*
|
|
2960
|
-
* @see {@link MatterSpecification.
|
|
2960
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
2961
2961
|
*/
|
|
2962
2962
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2963
2963
|
/**
|
|
2964
2964
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2965
2965
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2966
2966
|
*
|
|
2967
|
-
* @see {@link MatterSpecification.
|
|
2967
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
2968
2968
|
*/
|
|
2969
2969
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2970
2970
|
/**
|
|
2971
2971
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2972
2972
|
* there is no DisplayName corresponding to the Track.
|
|
2973
2973
|
*
|
|
2974
|
-
* @see {@link MatterSpecification.
|
|
2974
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
2975
2975
|
*/
|
|
2976
2976
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2977
2977
|
}>>;
|
|
@@ -2988,34 +2988,34 @@ export declare namespace MediaPlayback {
|
|
|
2988
2988
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2989
2989
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2990
2990
|
*
|
|
2991
|
-
* @see {@link MatterSpecification.
|
|
2991
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
2992
2992
|
*/
|
|
2993
2993
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2994
2994
|
/**
|
|
2995
2995
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2996
2996
|
*
|
|
2997
|
-
* @see {@link MatterSpecification.
|
|
2997
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
2998
2998
|
*/
|
|
2999
2999
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3000
3000
|
/**
|
|
3001
3001
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
3002
3002
|
* identifies the primary language used in the Track.
|
|
3003
3003
|
*
|
|
3004
|
-
* @see {@link MatterSpecification.
|
|
3004
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
3005
3005
|
*/
|
|
3006
3006
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3007
3007
|
/**
|
|
3008
3008
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
3009
3009
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
3010
3010
|
*
|
|
3011
|
-
* @see {@link MatterSpecification.
|
|
3011
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
3012
3012
|
*/
|
|
3013
3013
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
3014
3014
|
/**
|
|
3015
3015
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
3016
3016
|
* there is no DisplayName corresponding to the Track.
|
|
3017
3017
|
*
|
|
3018
|
-
* @see {@link MatterSpecification.
|
|
3018
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
3019
3019
|
*/
|
|
3020
3020
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
3021
3021
|
}>>;
|
|
@@ -3032,34 +3032,34 @@ export declare namespace MediaPlayback {
|
|
|
3032
3032
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
3033
3033
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
3034
3034
|
*
|
|
3035
|
-
* @see {@link MatterSpecification.
|
|
3035
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.1
|
|
3036
3036
|
*/
|
|
3037
3037
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3038
3038
|
/**
|
|
3039
3039
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
3040
3040
|
*
|
|
3041
|
-
* @see {@link MatterSpecification.
|
|
3041
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.5.2
|
|
3042
3042
|
*/
|
|
3043
3043
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3044
3044
|
/**
|
|
3045
3045
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
3046
3046
|
* identifies the primary language used in the Track.
|
|
3047
3047
|
*
|
|
3048
|
-
* @see {@link MatterSpecification.
|
|
3048
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.1
|
|
3049
3049
|
*/
|
|
3050
3050
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3051
3051
|
/**
|
|
3052
3052
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
3053
3053
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
3054
3054
|
*
|
|
3055
|
-
* @see {@link MatterSpecification.
|
|
3055
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.2
|
|
3056
3056
|
*/
|
|
3057
3057
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
3058
3058
|
/**
|
|
3059
3059
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
3060
3060
|
* there is no DisplayName corresponding to the Track.
|
|
3061
3061
|
*
|
|
3062
|
-
* @see {@link MatterSpecification.
|
|
3062
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.6.3
|
|
3063
3063
|
*/
|
|
3064
3064
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
3065
3065
|
}>>;
|
|
@@ -3081,7 +3081,7 @@ export declare namespace MediaPlayback {
|
|
|
3081
3081
|
* jumping to a specific location using time offsets. This enables clients to implement more advanced media
|
|
3082
3082
|
* seeking behavior in their user interface, for instance a "seek bar".
|
|
3083
3083
|
*
|
|
3084
|
-
* @see {@link MatterSpecification.
|
|
3084
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.1
|
|
3085
3085
|
*/
|
|
3086
3086
|
readonly advancedSeek: BitFlag;
|
|
3087
3087
|
/**
|
|
@@ -3089,7 +3089,7 @@ export declare namespace MediaPlayback {
|
|
|
3089
3089
|
*
|
|
3090
3090
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
3091
3091
|
*
|
|
3092
|
-
* @see {@link MatterSpecification.
|
|
3092
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.2
|
|
3093
3093
|
*/
|
|
3094
3094
|
readonly variableSpeed: BitFlag;
|
|
3095
3095
|
/**
|
|
@@ -3097,7 +3097,7 @@ export declare namespace MediaPlayback {
|
|
|
3097
3097
|
*
|
|
3098
3098
|
* This feature is for a device or app that supports Text Tracks.
|
|
3099
3099
|
*
|
|
3100
|
-
* @see {@link MatterSpecification.
|
|
3100
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.3
|
|
3101
3101
|
*/
|
|
3102
3102
|
readonly textTracks: BitFlag;
|
|
3103
3103
|
/**
|
|
@@ -3105,7 +3105,7 @@ export declare namespace MediaPlayback {
|
|
|
3105
3105
|
*
|
|
3106
3106
|
* This feature is for a device or app that supports Audio Tracks.
|
|
3107
3107
|
*
|
|
3108
|
-
* @see {@link MatterSpecification.
|
|
3108
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.4
|
|
3109
3109
|
*/
|
|
3110
3110
|
readonly audioTracks: BitFlag;
|
|
3111
3111
|
/**
|
|
@@ -3118,7 +3118,7 @@ export declare namespace MediaPlayback {
|
|
|
3118
3118
|
*
|
|
3119
3119
|
* A cluster implementing AA shall implement AS.
|
|
3120
3120
|
*
|
|
3121
|
-
* @see {@link MatterSpecification.
|
|
3121
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.4.5
|
|
3122
3122
|
*/
|
|
3123
3123
|
readonly audioAdvance: BitFlag;
|
|
3124
3124
|
}>, never>;
|
|
@@ -3134,20 +3134,20 @@ export declare namespace MediaPlayback {
|
|
|
3134
3134
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
3135
3135
|
* down to a low level and/or unplugged.
|
|
3136
3136
|
*
|
|
3137
|
-
* @see {@link MatterSpecification.
|
|
3137
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.7.1
|
|
3138
3138
|
*/
|
|
3139
3139
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
3140
3140
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3141
3141
|
/**
|
|
3142
3142
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3143
3143
|
*
|
|
3144
|
-
* @see {@link MatterSpecification.
|
|
3144
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
3145
3145
|
*/
|
|
3146
3146
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3147
3147
|
/**
|
|
3148
3148
|
* This field shall indicate Optional app-specific data.
|
|
3149
3149
|
*
|
|
3150
|
-
* @see {@link MatterSpecification.
|
|
3150
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
3151
3151
|
*/
|
|
3152
3152
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3153
3153
|
}>, any> & {
|
|
@@ -3165,20 +3165,20 @@ export declare namespace MediaPlayback {
|
|
|
3165
3165
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
3166
3166
|
* down to a low level and/or unplugged.
|
|
3167
3167
|
*
|
|
3168
|
-
* @see {@link MatterSpecification.
|
|
3168
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.8.1
|
|
3169
3169
|
*/
|
|
3170
3170
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
3171
3171
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3172
3172
|
/**
|
|
3173
3173
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3174
3174
|
*
|
|
3175
|
-
* @see {@link MatterSpecification.
|
|
3175
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
3176
3176
|
*/
|
|
3177
3177
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3178
3178
|
/**
|
|
3179
3179
|
* This field shall indicate Optional app-specific data.
|
|
3180
3180
|
*
|
|
3181
|
-
* @see {@link MatterSpecification.
|
|
3181
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
3182
3182
|
*/
|
|
3183
3183
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3184
3184
|
}>, any> & {
|
|
@@ -3198,20 +3198,20 @@ export declare namespace MediaPlayback {
|
|
|
3198
3198
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
3199
3199
|
* playback.
|
|
3200
3200
|
*
|
|
3201
|
-
* @see {@link MatterSpecification.
|
|
3201
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.11.1
|
|
3202
3202
|
*/
|
|
3203
3203
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3204
3204
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3205
3205
|
/**
|
|
3206
3206
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3207
3207
|
*
|
|
3208
|
-
* @see {@link MatterSpecification.
|
|
3208
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
3209
3209
|
*/
|
|
3210
3210
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3211
3211
|
/**
|
|
3212
3212
|
* This field shall indicate Optional app-specific data.
|
|
3213
3213
|
*
|
|
3214
|
-
* @see {@link MatterSpecification.
|
|
3214
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
3215
3215
|
*/
|
|
3216
3216
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3217
3217
|
}>, any> & {
|
|
@@ -3226,7 +3226,7 @@ export declare namespace MediaPlayback {
|
|
|
3226
3226
|
/**
|
|
3227
3227
|
* This field shall indicate the Audio Track to activate.
|
|
3228
3228
|
*
|
|
3229
|
-
* @see {@link MatterSpecification.
|
|
3229
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13.1
|
|
3230
3230
|
*/
|
|
3231
3231
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3232
3232
|
/**
|
|
@@ -3235,7 +3235,7 @@ export declare namespace MediaPlayback {
|
|
|
3235
3235
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
3236
3236
|
* output(s) to play the Audio Track on.
|
|
3237
3237
|
*
|
|
3238
|
-
* @see {@link MatterSpecification.
|
|
3238
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.13.2
|
|
3239
3239
|
*/
|
|
3240
3240
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3241
3241
|
}>, void, any> & {
|
|
@@ -3250,7 +3250,7 @@ export declare namespace MediaPlayback {
|
|
|
3250
3250
|
/**
|
|
3251
3251
|
* This field shall indicate the Text Track to activate.
|
|
3252
3252
|
*
|
|
3253
|
-
* @see {@link MatterSpecification.
|
|
3253
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.14.1
|
|
3254
3254
|
*/
|
|
3255
3255
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3256
3256
|
}>, void, any> & {
|
|
@@ -3273,38 +3273,38 @@ export declare namespace MediaPlayback {
|
|
|
3273
3273
|
* Upon receipt, this shall play media. If content is currently in a FastForward or Rewind state. Play shall
|
|
3274
3274
|
* return media to normal playback speed.
|
|
3275
3275
|
*
|
|
3276
|
-
* @see {@link MatterSpecification.
|
|
3276
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.1
|
|
3277
3277
|
*/
|
|
3278
3278
|
readonly play: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3279
3279
|
/**
|
|
3280
3280
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3281
3281
|
*
|
|
3282
|
-
* @see {@link MatterSpecification.
|
|
3282
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
3283
3283
|
*/
|
|
3284
3284
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3285
3285
|
/**
|
|
3286
3286
|
* This field shall indicate Optional app-specific data.
|
|
3287
3287
|
*
|
|
3288
|
-
* @see {@link MatterSpecification.
|
|
3288
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
3289
3289
|
*/
|
|
3290
3290
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3291
3291
|
}>, any>;
|
|
3292
3292
|
/**
|
|
3293
3293
|
* Upon receipt, this shall pause playback of the media.
|
|
3294
3294
|
*
|
|
3295
|
-
* @see {@link MatterSpecification.
|
|
3295
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.2
|
|
3296
3296
|
*/
|
|
3297
3297
|
readonly pause: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3298
3298
|
/**
|
|
3299
3299
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3300
3300
|
*
|
|
3301
|
-
* @see {@link MatterSpecification.
|
|
3301
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
3302
3302
|
*/
|
|
3303
3303
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3304
3304
|
/**
|
|
3305
3305
|
* This field shall indicate Optional app-specific data.
|
|
3306
3306
|
*
|
|
3307
|
-
* @see {@link MatterSpecification.
|
|
3307
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
3308
3308
|
*/
|
|
3309
3309
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3310
3310
|
}>, any>;
|
|
@@ -3312,38 +3312,38 @@ export declare namespace MediaPlayback {
|
|
|
3312
3312
|
* Upon receipt, this shall stop playback of the media. User-visible outcome is context-specific. This may
|
|
3313
3313
|
* navigate the user back to the location from where the media was originally launched.
|
|
3314
3314
|
*
|
|
3315
|
-
* @see {@link MatterSpecification.
|
|
3315
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.3
|
|
3316
3316
|
*/
|
|
3317
3317
|
readonly stop: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3318
3318
|
/**
|
|
3319
3319
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3320
3320
|
*
|
|
3321
|
-
* @see {@link MatterSpecification.
|
|
3321
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
3322
3322
|
*/
|
|
3323
3323
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3324
3324
|
/**
|
|
3325
3325
|
* This field shall indicate Optional app-specific data.
|
|
3326
3326
|
*
|
|
3327
|
-
* @see {@link MatterSpecification.
|
|
3327
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
3328
3328
|
*/
|
|
3329
3329
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3330
3330
|
}>, any>;
|
|
3331
3331
|
/**
|
|
3332
3332
|
* Upon receipt, this shall Start Over with the current media playback item.
|
|
3333
3333
|
*
|
|
3334
|
-
* @see {@link MatterSpecification.
|
|
3334
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.4
|
|
3335
3335
|
*/
|
|
3336
3336
|
readonly startOver: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3337
3337
|
/**
|
|
3338
3338
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3339
3339
|
*
|
|
3340
|
-
* @see {@link MatterSpecification.
|
|
3340
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
3341
3341
|
*/
|
|
3342
3342
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3343
3343
|
/**
|
|
3344
3344
|
* This field shall indicate Optional app-specific data.
|
|
3345
3345
|
*
|
|
3346
|
-
* @see {@link MatterSpecification.
|
|
3346
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
3347
3347
|
*/
|
|
3348
3348
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3349
3349
|
}>, any>;
|
|
@@ -3351,19 +3351,19 @@ export declare namespace MediaPlayback {
|
|
|
3351
3351
|
* Upon receipt, this shall cause the handler to be invoked for "Previous". User experience is
|
|
3352
3352
|
* context-specific. This will often Go back to the previous media playback item.
|
|
3353
3353
|
*
|
|
3354
|
-
* @see {@link MatterSpecification.
|
|
3354
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.5
|
|
3355
3355
|
*/
|
|
3356
3356
|
readonly previous: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3357
3357
|
/**
|
|
3358
3358
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3359
3359
|
*
|
|
3360
|
-
* @see {@link MatterSpecification.
|
|
3360
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
3361
3361
|
*/
|
|
3362
3362
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3363
3363
|
/**
|
|
3364
3364
|
* This field shall indicate Optional app-specific data.
|
|
3365
3365
|
*
|
|
3366
|
-
* @see {@link MatterSpecification.
|
|
3366
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
3367
3367
|
*/
|
|
3368
3368
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3369
3369
|
}>, any>;
|
|
@@ -3371,26 +3371,26 @@ export declare namespace MediaPlayback {
|
|
|
3371
3371
|
* Upon receipt, this shall cause the handler to be invoked for "Next". User experience is context-
|
|
3372
3372
|
* specific. This will often Go forward to the next media playback item.
|
|
3373
3373
|
*
|
|
3374
|
-
* @see {@link MatterSpecification.
|
|
3374
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.6
|
|
3375
3375
|
*/
|
|
3376
3376
|
readonly next: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3377
3377
|
/**
|
|
3378
3378
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3379
3379
|
*
|
|
3380
|
-
* @see {@link MatterSpecification.
|
|
3380
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
3381
3381
|
*/
|
|
3382
3382
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3383
3383
|
/**
|
|
3384
3384
|
* This field shall indicate Optional app-specific data.
|
|
3385
3385
|
*
|
|
3386
|
-
* @see {@link MatterSpecification.
|
|
3386
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
3387
3387
|
*/
|
|
3388
3388
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3389
3389
|
}>, any>;
|
|
3390
3390
|
/**
|
|
3391
3391
|
* Upon receipt, this shall Skip forward in the media by the given number of milliseconds.
|
|
3392
3392
|
*
|
|
3393
|
-
* @see {@link MatterSpecification.
|
|
3393
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.9
|
|
3394
3394
|
*/
|
|
3395
3395
|
readonly skipForward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3396
3396
|
/**
|
|
@@ -3401,27 +3401,27 @@ export declare namespace MediaPlayback {
|
|
|
3401
3401
|
* should be set to that furthest valid position. If the SampledPosition attribute is supported it shall be
|
|
3402
3402
|
* updated on the cluster accordingly.
|
|
3403
3403
|
*
|
|
3404
|
-
* @see {@link MatterSpecification.
|
|
3404
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.9.1
|
|
3405
3405
|
*/
|
|
3406
3406
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3407
3407
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3408
3408
|
/**
|
|
3409
3409
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3410
3410
|
*
|
|
3411
|
-
* @see {@link MatterSpecification.
|
|
3411
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
3412
3412
|
*/
|
|
3413
3413
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3414
3414
|
/**
|
|
3415
3415
|
* This field shall indicate Optional app-specific data.
|
|
3416
3416
|
*
|
|
3417
|
-
* @see {@link MatterSpecification.
|
|
3417
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
3418
3418
|
*/
|
|
3419
3419
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3420
3420
|
}>, any>;
|
|
3421
3421
|
/**
|
|
3422
3422
|
* Upon receipt, this shall Skip backward in the media by the given number of milliseconds.
|
|
3423
3423
|
*
|
|
3424
|
-
* @see {@link MatterSpecification.
|
|
3424
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.10
|
|
3425
3425
|
*/
|
|
3426
3426
|
readonly skipBackward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3427
3427
|
/**
|
|
@@ -3432,20 +3432,20 @@ export declare namespace MediaPlayback {
|
|
|
3432
3432
|
* set to that earliest valid position. If the SampledPosition attribute is supported it shall be updated on the
|
|
3433
3433
|
* cluster accordingly.
|
|
3434
3434
|
*
|
|
3435
|
-
* @see {@link MatterSpecification.
|
|
3435
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.10.1
|
|
3436
3436
|
*/
|
|
3437
3437
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3438
3438
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3439
3439
|
/**
|
|
3440
3440
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3441
3441
|
*
|
|
3442
|
-
* @see {@link MatterSpecification.
|
|
3442
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.1
|
|
3443
3443
|
*/
|
|
3444
3444
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3445
3445
|
/**
|
|
3446
3446
|
* This field shall indicate Optional app-specific data.
|
|
3447
3447
|
*
|
|
3448
|
-
* @see {@link MatterSpecification.
|
|
3448
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.7.12.2
|
|
3449
3449
|
*/
|
|
3450
3450
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3451
3451
|
}>, any>;
|
|
@@ -3455,41 +3455,41 @@ export declare namespace MediaPlayback {
|
|
|
3455
3455
|
* If supported, this event shall be generated when there is a change in any of the supported attributes of
|
|
3456
3456
|
* the Media Playback cluster.
|
|
3457
3457
|
*
|
|
3458
|
-
* @see {@link MatterSpecification.
|
|
3458
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1
|
|
3459
3459
|
*/
|
|
3460
3460
|
readonly stateChanged: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3461
3461
|
/**
|
|
3462
3462
|
* This field shall indicate the updated playback state as defined by the CurrentState attribute, and has the
|
|
3463
3463
|
* same constraint as that attribute.
|
|
3464
3464
|
*
|
|
3465
|
-
* @see {@link MatterSpecification.
|
|
3465
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.1
|
|
3466
3466
|
*/
|
|
3467
3467
|
currentState: import("../tlv/TlvObject.js").FieldType<PlaybackState>;
|
|
3468
3468
|
/**
|
|
3469
3469
|
* This field shall indicate the updated start time as defined by the StartTime attribute, and has the same
|
|
3470
3470
|
* constraint as that attribute.
|
|
3471
3471
|
*
|
|
3472
|
-
* @see {@link MatterSpecification.
|
|
3472
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.2
|
|
3473
3473
|
*/
|
|
3474
3474
|
startTime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3475
3475
|
/**
|
|
3476
3476
|
* This field shall indicate the updated duration as defined by the Duration attribute, and has the same
|
|
3477
3477
|
* constraint as that attribute.
|
|
3478
3478
|
*
|
|
3479
|
-
* @see {@link MatterSpecification.
|
|
3479
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.3
|
|
3480
3480
|
*/
|
|
3481
3481
|
duration: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3482
3482
|
/**
|
|
3483
3483
|
* This field shall indicate the updated position of playback as defined by the SampledPosition attribute, and
|
|
3484
3484
|
* has the same constraint as that attribute.
|
|
3485
3485
|
*
|
|
3486
|
-
* @see {@link MatterSpecification.
|
|
3486
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.4
|
|
3487
3487
|
*/
|
|
3488
3488
|
sampledPosition: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3489
3489
|
/**
|
|
3490
3490
|
* This field shall indicate the time when the position was last updated.
|
|
3491
3491
|
*
|
|
3492
|
-
* @see {@link MatterSpecification.
|
|
3492
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.1
|
|
3493
3493
|
*/
|
|
3494
3494
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3495
3495
|
/**
|
|
@@ -3501,7 +3501,7 @@ export declare namespace MediaPlayback {
|
|
|
3501
3501
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
3502
3502
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
3503
3503
|
*
|
|
3504
|
-
* @see {@link MatterSpecification.
|
|
3504
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.5.4.2
|
|
3505
3505
|
*/
|
|
3506
3506
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
3507
3507
|
}>>;
|
|
@@ -3509,27 +3509,27 @@ export declare namespace MediaPlayback {
|
|
|
3509
3509
|
* This field shall indicate the updated speed at which the current media is being played as defined by the
|
|
3510
3510
|
* PlaybackSpeed attribute, and has the same constraint as that attribute.
|
|
3511
3511
|
*
|
|
3512
|
-
* @see {@link MatterSpecification.
|
|
3512
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.5
|
|
3513
3513
|
*/
|
|
3514
3514
|
playbackSpeed: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3515
3515
|
/**
|
|
3516
3516
|
* This field shall indicate the updated start of the seek range end as defined by the SeekRangeEnd attribute,
|
|
3517
3517
|
* and has the same constraint as that attribute.
|
|
3518
3518
|
*
|
|
3519
|
-
* @see {@link MatterSpecification.
|
|
3519
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.7
|
|
3520
3520
|
*/
|
|
3521
3521
|
seekRangeEnd: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3522
3522
|
/**
|
|
3523
3523
|
* This field shall indicate the updated start of the seek range start as defined by the SeekRangeStart
|
|
3524
3524
|
* attribute, and has the same constraint as that attribute.
|
|
3525
3525
|
*
|
|
3526
|
-
* @see {@link MatterSpecification.
|
|
3526
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.6
|
|
3527
3527
|
*/
|
|
3528
3528
|
seekRangeStart: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3529
3529
|
/**
|
|
3530
3530
|
* This field shall indicate Optional app-specific data.
|
|
3531
3531
|
*
|
|
3532
|
-
* @see {@link MatterSpecification.
|
|
3532
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.8
|
|
3533
3533
|
*/
|
|
3534
3534
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
3535
3535
|
/**
|
|
@@ -3541,7 +3541,7 @@ export declare namespace MediaPlayback {
|
|
|
3541
3541
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
3542
3542
|
* down to a low level and/or unplugged.
|
|
3543
3543
|
*
|
|
3544
|
-
* @see {@link MatterSpecification.
|
|
3544
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.10.8.1.9
|
|
3545
3545
|
*/
|
|
3546
3546
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
3547
3547
|
}>, any>;
|